Skip to content

Commit 45cfa6d

Browse files
committed
[py] make w3c execute_script commands unique
1 parent fbc7acf commit 45cfa6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/selenium/webdriver/remote/command.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ class Command(object):
7878
GET_PAGE_SOURCE = "getPageSource"
7979
GET_TITLE = "getTitle"
8080
EXECUTE_SCRIPT = "executeScript"
81-
W3C_EXECUTE_SCRIPT = "executeScript"
82-
W3C_EXECUTE_SCRIPT_ASYNC = "executeScriptAsync"
81+
W3C_EXECUTE_SCRIPT = "w3cExecuteScript"
82+
W3C_EXECUTE_SCRIPT_ASYNC = "w3cExecuteScriptAsync"
8383
GET_ELEMENT_TEXT = "getElementText"
8484
GET_ELEMENT_VALUE = "getElementValue"
8585
GET_ELEMENT_TAG_NAME = "getElementTagName"

0 commit comments

Comments
 (0)