Skip to content

Commit 41ca610

Browse files
committed
[py] Changing default command executor address to the address of TNG Grid
1 parent 4e102f6 commit 41ca610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class WebDriver(object):
112112

113113
_web_element_cls = WebElement
114114

115-
def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',
115+
def __init__(self, command_executor='http://127.0.0.1:4444',
116116
desired_capabilities=None, browser_profile=None, proxy=None,
117117
keep_alive=True, file_detector=None, options=None):
118118
"""

0 commit comments

Comments
 (0)