Skip to content

Commit 6b8f3ff

Browse files
committed
py: update binary name to geckodriver in firefox implementation
1 parent 3000ef4 commit 6b8f3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/firefox/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WebDriver(RemoteWebDriver):
4545
NATIVE_EVENTS_ALLOWED = sys.platform != "darwin"
4646

4747
def __init__(self, firefox_profile=None, firefox_binary=None, timeout=30,
48-
capabilities=None, proxy=None, executable_path="wires", firefox_options=None):
48+
capabilities=None, proxy=None, executable_path="geckodriver", firefox_options=None):
4949
capabilities = capabilities or DesiredCapabilities.FIREFOX.copy()
5050

5151
self.profile = firefox_profile or FirefoxProfile()

0 commit comments

Comments
 (0)