Skip to content

Commit 56f84e6

Browse files
Jonathan Ginsburgjgraham
authored andcommitted
Fix link to Selenium's bot.dom.isShown.
Also: * Fix its invocation reference under the "Element Displayedness" section. Fixes #1623
1 parent 1bee362 commit 56f84e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)