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>
1047610476 is a boolean state where < code > true</ code > signifies that the element is displayed
1047710477 and < code > false</ code > signifies that the element is not displayed.
1047810478 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 > ),
1048010481 with < a > < code > bot.dom.isShown</ code > </ a > as the this value.
1048110482 If doing so does not produce an error,
1048210483 return the return value from this function call.
@@ -10990,7 +10991,7 @@ <h2>Index</h2>
1099010991 revision < code > 1721e627e3b5ab90a06e82df1b088a33a8d11c20</ code > .
1099110992 < ul >
1099210993 <!-- 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 >
1099410995 </ ul >
1099510996
1099610997 < dt > Styling
You can’t perform that action at this time.
0 commit comments