Interface SupportsEnablePerformanceLoggingOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
UiAutomator2Options,XCUITestOptions
public interface SupportsEnablePerformanceLoggingOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault TSet the app to enable performance logging.Get the app logs performance.default TsetEnablePerformanceLogging(boolean bool) Set whether the app logs performance.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
-
ENABLE_PERFORMANCE_LOGGING_OPTION
- See Also:
-
-
Method Details
-
enablePerformanceLogging
Set the app to enable performance logging.- Returns:
- self instance for chaining.
-
setEnablePerformanceLogging
Set whether the app logs performance.- Parameters:
bool- is whether the app logs performance.- Returns:
- self instance for chaining.
-
isEnablePerformanceLogging
Get the app logs performance.- Returns:
- true if the app logs performance.
-