Skip to content

Commit 589c637

Browse files
committed
Restore order of parameters to pre 1a4b24c
1 parent 1a4b24c commit 589c637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/selenium/webdriver/remote/webdriver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class WebDriver(object):
5050
- error_handler - errorhandler.ErrorHandler object used to handle errors.
5151
"""
5252

53-
def __init__(self, desired_capabilities=None, command_executor='http://127.0.0.1:4444/wd/hub',
54-
proxy=None, browser_profile=None, keep_alive=False):
53+
def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',
54+
desired_capabilities=None, browser_profile=None, proxy=None, keep_alive=False):
5555
"""
5656
Create a new driver that will issue commands using the wire protocol.
5757

0 commit comments

Comments
 (0)