Add printPageSourceOnFindFailure to caps list (#9829)

This commit is contained in:
Isaac A. Murchie
2017-12-20 13:18:57 -05:00
committed by GitHub
parent 53431658fb
commit 1b1d9dbf3f
+1
View File
@@ -51,6 +51,7 @@ These Capabilities span multiple drivers.
|`fullReset`| Perform a complete reset. See [here](/docs/en/writing-running-appium/other/reset-strategies.md) for more details |`true`, `false`|
|`eventTimings`|Enable or disable the reporting of the timings for various Appium-internal events (e.g., the start and end of each command, etc.). Defaults to `false`. To enable, use `true`. The timings are then reported as `events` property on response to querying the current session. See the [event timing docs](/docs/en/advanced-concepts/event-timings.md) for the the structure of this response.|e.g., `true`|
|`enablePerformanceLogging`| (Web and webview only) Enable Chromedriver's (on Android) or Safari's (on iOS) performance logging (default `false`)| `true`, `false`|
|`printPageSourceOnFindFailure`| When a find operation fails, print the current page source. Defaults to `false`.|e.g., `true`|
### Android Only