public interface SupportsShowIosLogOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHOW_IOS_LOG_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesShowIosLog()
Get whether to show any logs captured from a device in the appium logs.
|
default T |
setShowIosLog(boolean value)
Whether to show any logs captured from a device in the appium logs.
|
default T |
showIosLog()
Enforces showing any logs captured from a device in the appium logs.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SHOW_IOS_LOG_OPTION
default T showIosLog()
default T setShowIosLog(boolean value)
value - Whether to show any logs captured from a device in the appium logs.default java.util.Optional<java.lang.Boolean> doesShowIosLog()