Interface SupportsShowIosLogOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsShowIosLogOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to show any logs captured from a device in the appium logs.default TsetShowIosLog(boolean value) Whether to show any logs captured from a device in the appium logs.default TEnforces showing any logs captured from a device in the appium logs.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
-
SHOW_IOS_LOG_OPTION
- See Also:
-
-
Method Details
-
showIosLog
Enforces showing any logs captured from a device in the appium logs.- Returns:
- self instance for chaining.
-
setShowIosLog
Whether to show any logs captured from a device in the appium logs. Default false.- Parameters:
value- Whether to show any logs captured from a device in the appium logs.- Returns:
- self instance for chaining.
-
doesShowIosLog
Get whether to show any logs captured from a device in the appium logs.- Returns:
- True or false.
-