File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10476,7 +10476,8 @@ <h2>Element displayedness</h2>
10476
10476
is a boolean state where < code > true</ code > signifies that the element is displayed
10477
10477
and < code > false</ code > signifies that the element is not displayed.
10478
10478
To compute the state on < var > element</ var > ,
10479
- invoke the < a > Function.[[\Call]]</ a > (< a > < code > null</ code > </ a > , < var > element</ var > ),
10479
+ invoke the < a > Function.[[\Call]]</ a > (< a > < code > null</ code > </ a > , < var > element</ var > ,
10480
+ < code > false</ code > ),
10480
10481
with < a > < code > bot.dom.isShown</ code > </ a > as the this value.
10481
10482
If doing so does not produce an error,
10482
10483
return the return value from this function call.
@@ -10990,7 +10991,7 @@ <h2>Index</h2>
10990
10991
revision < code > 1721e627e3b5ab90a06e82df1b088a33a8d11c20</ code > .
10991
10992
< ul >
10992
10993
<!-- bot.dom.getVisibleText --> < li > < dfn > < a href =https://github.com/SeleniumHQ/selenium/blob/e09e28f016c9f53196cf68d6f71991c5af4a35d4/javascript/atoms/dom.js#L981 > < code > bot.dom.getVisibleText</ code > </ a > </ dfn >
10993
- <!-- bot.dom.isShown --> < li > < dfn > < a href =https://github.com/SeleniumHQ/selenium/blob/e09e28f016c9f53196cf68d6f71991c5af4a35d4/javascript/atoms/dom.js#L437 > < code > bot.dom.isShown</ code > </ a > </ dfn >
10994
+ <!-- bot.dom.isShown --> < li > < dfn > < a href =https://github.com/SeleniumHQ/selenium/blob/e09e28f016c9f53196cf68d6f71991c5af4a35d4/javascript/atoms/dom.js#L550 > < code > bot.dom.isShown</ code > </ a > </ dfn >
10994
10995
</ ul >
10995
10996
10996
10997
< dt > Styling
You can’t perform that action at this time.
0 commit comments