Interface SupportsSkipLogcatCaptureOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
EspressoOptions,UiAutomator2Options
public interface SupportsSkipLogcatCaptureOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to delete all the existing logs in the device buffer before starting a new test.default TsetSkipLogcatCapture(boolean value) Being set to true disables automatic logcat output collection during the test run.default TDisables automatic logcat output collection during the test run.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
SKIP_LOGCAT_CAPTURE_OPTION
- See Also:
-
-
Method Details
-
skipLogcatCapture
Disables automatic logcat output collection during the test run.- Returns:
- self instance for chaining.
-
setSkipLogcatCapture
Being set to true disables automatic logcat output collection during the test run. false by default- Parameters:
value- Whether to delete all the existing device logs before starting a new test.- Returns:
- self instance for chaining.
-
doesSkipLogcatCapture
Get whether to delete all the existing logs in the device buffer before starting a new test.- Returns:
- True or false.
-