Skip to content

Commit

Permalink
[Java] Add Double to return types list
Browse files Browse the repository at this point in the history
  • Loading branch information
glibas authored and mach6 committed Oct 24, 2016
1 parent 6c3d1b1 commit 81a5fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface JavascriptExecutor {
*
* @param script The JavaScript to execute
* @param args The arguments to the script. May be empty
* @return One of Boolean, Long, String, List or WebElement. Or null.
* @return One of Boolean, Long, Double, String, List or WebElement. Or null.
*/
Object executeScript(String script, Object... args);

Expand Down

0 comments on commit 81a5fe2

Please sign in to comment.