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

Commit

Permalink
fix(website): edit getText JSDoc for shortDescription (#3310)
Browse files Browse the repository at this point in the history
closes #3233
  • Loading branch information
cnishina authored and heathkit committed Jun 28, 2016
1 parent ba63a92 commit f311320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/selenium-webdriver/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ webdriver.WebElement.prototype.getAttribute = function(attributeName) {};


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

0 comments on commit f311320

Please sign in to comment.