Skip to content

Commit

Permalink
@wdio/types: add missing 'appium:autoGrantPermissions' capability type
Browse files Browse the repository at this point in the history
fixes #10225
  • Loading branch information
christian-bromann committed Apr 18, 2023
1 parent 91c8091 commit e9cf885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wdio-types/src/Capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ export interface AppiumXCUITestCapabilities {
'appium:simpleIsVisibleCheck'?: boolean;
'appium:shouldUseSingletonTestManager'?: boolean;
'appium:isHeadless'?: boolean;
'appium:autoGrantPermissions'?: boolean;
'appium:useXctestrunFile'?: boolean;
'appium:absoluteWebLocations'?: boolean;
'appium:simulatorWindowCenter'?: string;
Expand Down

0 comments on commit e9cf885

Please sign in to comment.