Skip to content

Commit 197886b

Browse files
alaahongharsha509
andauthored
Update Chinese translation of "web_element.zh-cn.md" (SeleniumHQ#543)[deploy site]
- webdriver/web_element.zh-cn.md Co-authored-by: Sri Harsha <Harsha509@users.noreply.github.com>
1 parent aa644ee commit 197886b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs_source_files/content/webdriver/web_element.zh-cn.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -771,10 +771,9 @@ println(res.getX())
771771
{{< / code-panel >}}
772772
{{< / code-tab >}}
773773

774-
## Get Element CSS Value
774+
## 获取元素CSS值
775775

776-
Retrieves the value of specified computed style property
777-
of an element in the current browsing context.
776+
获取当前浏览上下文中元素的特定计算样式属性的值.
778777

779778
{{< code-tab >}}
780779
{{< code-panel language="java" >}}
@@ -831,9 +830,9 @@ val cssValue = driver.findElement(By.linkText("More information...")).getCssValu
831830
{{< / code-panel >}}
832831
{{< / code-tab >}}
833832

834-
## Get Element Text
833+
## 获取元素文本
835834

836-
Retrieves the rendered text of the specified element.
835+
获取特定元素渲染后的文本.
837836

838837
{{< code-tab >}}
839838
{{< code-panel language="java" >}}

0 commit comments

Comments
 (0)