From 1eb84376b3deea3bc6fddd60167a031c117c443d Mon Sep 17 00:00:00 2001 From: Isaac Murchie Date: Sun, 24 Apr 2016 13:30:52 -0700 Subject: [PATCH] Add documentation for Android-only nativeWebScreenshot capability --- docs/en/writing-running-appium/caps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/writing-running-appium/caps.md b/docs/en/writing-running-appium/caps.md index 8c7cf8e6d..cfdec76b7 100644 --- a/docs/en/writing-running-appium/caps.md +++ b/docs/en/writing-running-appium/caps.md @@ -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