diff --git a/docs/reference/capabilities.md b/docs/reference/capabilities.md index 9c305d866..bd383d874 100644 --- a/docs/reference/capabilities.md +++ b/docs/reference/capabilities.md @@ -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` |