Skip to content

Commit

Permalink
webdriver_server: change default binary to geckodriver
Browse files Browse the repository at this point in the history
geckodriver used to be called wires, but it is now called geckodriver.
  • Loading branch information
andreastt authored and jgraham committed Nov 21, 2016
1 parent 787b2aa commit 9567615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/webdriver_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def make_command(self):


class GeckoDriverServer(WebDriverServer):
def __init__(self, logger, marionette_port=2828, binary="wires",
def __init__(self, logger, marionette_port=2828, binary="geckodriver",
host="127.0.0.1", port=None):
env = os.environ.copy()
env["RUST_BACKTRACE"] = "1"
Expand Down

0 comments on commit 9567615

Please sign in to comment.