We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6236a commit 0eb352cCopy full SHA for 0eb352c
website_and_docs/content/documentation/webdriver/elements/finders.zh-cn.md
@@ -1,5 +1,5 @@
1
---
2
-title: "查询网络元素"
+title: "定位网络元素"
3
linkTitle: "查询器"
4
weight: 2
5
needsTranslation: true
@@ -11,8 +11,8 @@ description: >
11
根据提供的定位值定位元素.
12
13
14
-One of the most fundamental aspects of using Selenium is obtaining element references to work with.
15
-Selenium offers a number of built-in [locator strategies]({{< ref "locators.md" >}}) to uniquely identify an element.
+定位/获取元素,是使用 Selenium 中最基本的一项功能。
+Selenium 内置了一些功能 [定位器策略]({{< ref "locators.md" >}}) 来准确定位元素。
16
There are many ways to use the locators in very advanced scenarios. For the purposes of this documentation,
17
let's consider this HTML snippet:
18
0 commit comments