You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The following capabilities are supported:
28
28
| appium:appArguments| Application arguments string, for example `/?`. |
29
29
| appium:appTopLevelWindow| The hexadecimal handle of an existing application top level window to attach to, for example `0x12345` (should be of string type). Either this capability, `appTopLevelWindowTitleMatch` or `app` must be provided on session startup. |`0xC0B46`|
30
30
| appium:appTopLevelWindowTitleMatch| The title of an existing application top level window to attach to, for example `My App Window Title` (should be of string type). Either this capability, `appTopLevelWindow` or `app` must be provided on session startup. |`My App Window Title` or `My App Window Title - .*`|
31
+
| appium:newCommandTimeout| The number of seconds the to wait for clients to send commands before deciding that the client has gone away and the session should shut down. Default one minute (60). |`120`|
throwWebDriverResponseException.InvalidArgument("One of appium:app, appium:appTopLevelWindow or appium:appTopLevelWindowTitleMatch must be passed as a capability");
0 commit comments