Skip to content

Commit 81a5fe2

Browse files
glibasmach6
authored andcommitted
[Java] Add Double to return types list
1 parent 6c3d1b1 commit 81a5fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/JavascriptExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public interface JavascriptExecutor {
5959
*
6060
* @param script The JavaScript to execute
6161
* @param args The arguments to the script. May be empty
62-
* @return One of Boolean, Long, String, List or WebElement. Or null.
62+
* @return One of Boolean, Long, Double, String, List or WebElement. Or null.
6363
*/
6464
Object executeScript(String script, Object... args);
6565

0 commit comments

Comments
 (0)