瀏覽代碼

remove errant tab

George S. Baugh 7 年之前
父節點
當前提交
64eb8a85f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Selenium/Remote/WebElement.pm

+ 1 - 1
lib/Selenium/Remote/WebElement.pm

@@ -529,7 +529,7 @@ sub get_value {
     Note: This does *not* tell you an element's 'visibility' property; as it still takes up space in the DOM and is therefore considered 'displayed'.
     Note: This does *not* tell you an element's 'visibility' property; as it still takes up space in the DOM and is therefore considered 'displayed'.
 
 
  WC3 Compatibility:
  WC3 Compatibility:
-	On JSONWire this method really only checked to see whether the element's style was display:none, or whether it was a hidden input.
+    On JSONWire this method really only checked to see whether the element's style was display:none, or whether it was a hidden input.
     This is because "displayedness" was pretty loosely defined until fairly late on into the process, and much grief resulted.
     This is because "displayedness" was pretty loosely defined until fairly late on into the process, and much grief resulted.
     In WC3 webdriver, it additionally does a viewport check, to account for the firmer definition of "displayedness":
     In WC3 webdriver, it additionally does a viewport check, to account for the firmer definition of "displayedness":
     https://w3c.github.io/webdriver/#element-displayedness
     https://w3c.github.io/webdriver/#element-displayedness