mirror of
https://github.com/appium/appium.git
synced 2026-05-01 16:00:20 -05:00
Add printPageSourceOnFindFailure to caps list (#9829)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user