Skip to content

Commit

Permalink
webdriver: add prefs to ChromeOptions typings (webdriverio#4247)
Browse files Browse the repository at this point in the history
  • Loading branch information
klamping authored and christian-bromann committed Jul 24, 2019
1 parent 376d3a9 commit 21e2592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/templates/webdriver.tpl.d.ts
Expand Up @@ -66,6 +66,7 @@ declare namespace WebDriver {
perfLoggingPrefs?: {
[name: string]: any;
};
prefs?: string[];
windowTypes?: string[];
}

Expand Down

0 comments on commit 21e2592

Please sign in to comment.