Skip to content

Commit 9a6e65e

Browse files
committed
chore: add a few new caps in the standard
1 parent d4f3e16 commit 9a6e65e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appium/options/common/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ class AppiumOptions(
5555
'setWindowRect',
5656
'timeouts',
5757
'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
5861
]
5962
)
6063
_OSS_W3C_CONVERSION = {

0 commit comments

Comments
 (0)