mirror of
https://github.com/appium/appium.git
synced 2026-05-24 21:08:51 -05:00
Add documentation for Android-only nativeWebScreenshot capability
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
|`disableAndroidWatchers`| Disables android watchers that watch for application not responding and application crash, this will reduce cpu usage on android device/emulator. This capability will work only with UiAutomator and not with selendroid, default `false`| `true` or `false`|
|
||||
|`chromeOptions`| Allows passing chromeOptions capability for ChromeDriver. For more information see [chromeOptions](https://sites.google.com/a/chromium.org/chromedriver/capabilities) | `chromeOptions: {args: ['--disable-popup-blocking']}` |
|
||||
|`recreateChromeDriverSessions`| Kill ChromeDriver session when moving to a non-ChromeDriver webview. Defaults to `false` | `true` or `false`|
|
||||
|`nativeWebScreenshot`| In a web context, use native (adb) method for taking a screenshot, rather than proxying to ChromeDriver. Defaults to `false` | `true` or `false`|
|
||||
|
||||
### iOS Only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user