Skip to content

Commit

Permalink
Merge pull request #702 from gemini-testing/HERMIONE-799
Browse files Browse the repository at this point in the history
types: add automationProtocol field
  • Loading branch information
KuznetsovRoman authored Dec 22, 2022
2 parents e961859 + 501e4aa commit ca9581f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ declare namespace Hermione {

export interface CommonConfig {
configPath?: string;
automationProtocol: "webdriver" | "devtools";
desiredCapabilities: WebDriver.DesiredCapabilities | null;
gridUrl: string;
baseUrl: string;
Expand Down

0 comments on commit ca9581f

Please sign in to comment.