Skip to content

Commit

Permalink
Fix ExpectedConditions javadoc for a return type. (SeleniumHQ#9005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Dec 28, 2020
1 parent cf298bc commit bf2fc56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ public String toString() {
* An expectation for String value from javascript
*
* @param javaScript as executable js line
* @return true once js return string
* @return object once javaScript executes without errors
*/
public static ExpectedCondition<Object> jsReturnsValue(final String javaScript) {
return new ExpectedCondition<Object>() {
Expand Down

0 comments on commit bf2fc56

Please sign in to comment.