File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
docs_source_files/content/webdriver Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -771,10 +771,9 @@ println(res.getX())
771
771
{{< / code-panel >}}
772
772
{{< / code-tab >}}
773
773
774
- ## Get Element CSS Value
774
+ ## 获取元素CSS值
775
775
776
- Retrieves the value of specified computed style property
777
- of an element in the current browsing context.
776
+ 获取当前浏览上下文中元素的特定计算样式属性的值.
778
777
779
778
{{< code-tab >}}
780
779
{{< code-panel language="java" >}}
@@ -831,9 +830,9 @@ val cssValue = driver.findElement(By.linkText("More information...")).getCssValu
831
830
{{< / code-panel >}}
832
831
{{< / code-tab >}}
833
832
834
- ## Get Element Text
833
+ ## 获取元素文本
835
834
836
- Retrieves the rendered text of the specified element .
835
+ 获取特定元素渲染后的文本 .
837
836
838
837
{{< code-tab >}}
839
838
{{< code-panel language="java" >}}
You can’t perform that action at this time.
0 commit comments