Skip to content

Commit 0eb352c

Browse files
authored
Update finders.zh-cn.md
1 parent cb6236a commit 0eb352c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website_and_docs/content/documentation/webdriver/elements/finders.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "查询网络元素"
2+
title: "定位网络元素"
33
linkTitle: "查询器"
44
weight: 2
55
needsTranslation: true
@@ -11,8 +11,8 @@ description: >
1111
根据提供的定位值定位元素.
1212
---
1313

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.
14+
定位/获取元素,是使用 Selenium 中最基本的一项功能。
15+
Selenium 内置了一些功能 [定位器策略]({{< ref "locators.md" >}}) 来准确定位元素。
1616
There are many ways to use the locators in very advanced scenarios. For the purposes of this documentation,
1717
let's consider this HTML snippet:
1818

0 commit comments

Comments
 (0)