We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f3e16 commit 9a6e65eCopy full SHA for 9a6e65e
appium/options/common/base.py
@@ -55,6 +55,9 @@ class AppiumOptions(
55
'setWindowRect',
56
'timeouts',
57
'unhandledPromptBehavior',
58
+ 'strictFileInteractability', # WebDriver spec v2 https://www.w3.org/TR/webdriver2/
59
+ 'userAgent', # WebDriver spec v2 https://www.w3.org/TR/webdriver2/
60
+ 'webSocketUrl', # WebDriver BiDi
61
]
62
)
63
_OSS_W3C_CONVERSION = {
0 commit comments