Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 30, 2024
1 parent 1fda161 commit 9a22994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ about capabilities, refer to the [Appium documentation](https://appium.io/docs/e
|`appium:safariIgnoreFraudWarning`| Prevent Safari from showing a fraudulent website warning. Default keeps the current setting. Only available on real devices since driver version 7.9.0. A new Safari instance must be launched upon test startup on real devices for this capability to take effect. |`true` or `false`|
|`appium:safariOpenLinksInBackground`| Whether Safari should allow links to open in new windows. Default keeps the current sim setting. Only available on real devices since driver version 7.9.0. A new Safari instance must be launched upon test startup on real devices for this capability to take effect. |`true` or `false`|
|`appium:webviewConnectRetries`| The maximum number of retries before giving up on web view pages detection. The delay between each retry is 500ms, which creates a minimum 10s of wait with the default retries amount of `20`. This capability has a priority over `appium:webviewConnectTimeout` one. |`10`|
|`appium:webviewConnectTimeout`| The time to wait, in `ms`, for the presence of webviews in MobileSafari or hybrid apps. If the is capability is set and `appium:webviewConnectRetries` is not provided explicitly then the amount of connection retries will be adjusted automatically in order to satisfy the given timeout. |`5000`|
|`appium:webviewConnectTimeout`| The time to wait, in `ms`, for the presence of webviews in MobileSafari or hybrid apps. If this capability is set and `appium:webviewConnectRetries` is not provided explicitly then the amount of connection retries will be adjusted automatically in order to satisfy the given timeout. |`5000`|
|`appium:webkitResponseTimeout`| (Real device only) Set the time, in ms, to wait for a response from WebKit in a Safari session. Defaults to `5000`|`10000`|
|`appium:enableAsyncExecuteFromHttps`| Capability to allow simulators to execute asynchronous JavaScript on pages using HTTPS. Defaults to `false` | `true` or `false` |
|`appium:fullContextList` | Returns the detailed information on contexts for the [Get Contexts](https://appium.io/docs/en/latest/guides/context/) command. If this capability is enabled, then each item in the returned contexts list would additionally include WebView title, full URL and the bundle identifier. Defaults to `false`. | `true` or `false` |
Expand Down

0 comments on commit 9a22994

Please sign in to comment.