Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit f311320

Browse files
cnishinaheathkit
authored andcommitted
fix(website): edit getText JSDoc for shortDescription (#3310)
closes #3233
1 parent ba63a92 commit f311320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/selenium-webdriver/webdriver.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ webdriver.WebElement.prototype.getAttribute = function(attributeName) {};
380380

381381

382382
/**
383-
* Get the visible (i.e. not hidden by CSS) innerText of this element, including
384-
* sub-elements, without any leading or trailing whitespace.
383+
* Get the visible innerText of this element, including sub-elements, without
384+
* any leading or trailing whitespace. Visible elements are not hidden by CSS.
385385
*
386386
* @view
387387
* <div id="foo" class="bar">Inner text</div>

0 commit comments

Comments
 (0)