@wdio/types
Advanced tools
Comparing version 7.0.7 to 7.1.1
@@ -124,2 +124,8 @@ import { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options'; | ||
/** | ||
* Selenium 4.0 Specific | ||
*/ | ||
'se:options'?: { | ||
cdp?: string; | ||
}; | ||
/** | ||
* @deprecated | ||
@@ -305,2 +311,3 @@ */ | ||
'appium:printPageSourceOnFindFailure'?: boolean; | ||
'appium:nativeWebTap'?: boolean; | ||
} | ||
@@ -307,0 +314,0 @@ export interface AppiumAndroidCapabilities { |
{ | ||
"name": "@wdio/types", | ||
"version": "7.0.7", | ||
"version": "7.1.1", | ||
"description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -34,3 +34,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "70c5c97d5090d59ac2f80bd20fb9fe3ae5018c0a" | ||
"gitHead": "39b675448969b8548e119a28a1ebc065ec3e6914" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92009
1724