Skip to content

Commit

Permalink
Turn geckodriver on by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed Sep 2, 2016
1 parent 82d9bf9 commit f440426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/binaries/gecko_driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class GeckoDriver extends Binary {
static os = [OS.Windows_NT, OS.Linux, OS.Darwin];
static id = 'gecko';
static versionDefault = Config.binaryVersions().gecko;
static isDefault = false;
static isDefault = true;
static shortName = ['gecko'];

static suffixes: {[key: string]: string} = {
Expand Down

0 comments on commit f440426

Please sign in to comment.