From 96e702fa86ef6b6eaabab20d661e27b2597bb230 Mon Sep 17 00:00:00 2001 From: Isaac Murchie Date: Tue, 4 Apr 2017 10:56:30 -0400 Subject: [PATCH] Add eventTimings desired capability to list --- 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 047ea8022..eb8386f33 100644 --- a/docs/en/writing-running-appium/caps.md +++ b/docs/en/writing-running-appium/caps.md @@ -18,6 +18,7 @@ |`autoWebview`| Move directly into Webview context. Default `false`|`true`, `false`| |`noReset`|Don't reset app state before this session. Default `false`|`true`, `false`| |`fullReset`|(iOS) Delete the entire simulator folder. (Android) Reset app state by uninstalling app instead of clearing app data. On Android, this will also remove the app after the session is complete. Default `false`|`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.|e.g., `true`| ### Android Only