mirror of
https://github.com/appium/appium.git
synced 2026-01-25 11:48:49 -06:00
Move enablePerformanceLogging cap to general (#8354)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|`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`|
|
||||
|`enablePerformanceLogging`| (Web and webview only) Enable Chromedriver's (on Android) or Safari's (on iOS) performance logging (default `false`)| `true`, `false`|
|
||||
|
||||
### Android Only
|
||||
|
||||
@@ -33,7 +34,6 @@
|
||||
|`appWaitDuration`| Timeout in milliseconds used to wait for the appWaitActivity to launch (default `20000`)| `30000`|
|
||||
|`deviceReadyTimeout`| Timeout in seconds while waiting for device to become ready|`5`|
|
||||
|`androidCoverage`| Fully qualified instrumentation class. Passed to -w in adb shell am instrument -e coverage true -w | `com.my.Pkg/com.my.Pkg.instrumentation.MyInstrumentation`|
|
||||
|`enablePerformanceLogging`| (Chrome and webview only) Enable Chromedriver's performance logging (default `false`)| `true`, `false`|
|
||||
|`androidDeviceReadyTimeout`|Timeout in seconds used to wait for a device to become ready after booting|e.g., `30`|
|
||||
|`androidInstallTimeout`|Timeout in milliseconds used to wait for an apk to install to the device. Defaults to `90000` |e.g., `90000`|
|
||||
|`adbPort`|Port used to connect to the ADB server (default `5037`)|`5037`|
|
||||
|
||||
Reference in New Issue
Block a user