Interface SupportsShowXcodeLogOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsShowXcodeLogOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to display the output of the Xcode command used to run the tests.default TsetShowXcodeLog(boolean value) Whether to display the output of the Xcode command used to run the tests in Appium logs.default TEnforce to display the output of the Xcode command used to run the tests in 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_XCODE_LOG_OPTION
- See Also:
-
-
Method Details
-
showXcodeLog
Enforce to display the output of the Xcode command used to run the tests in Appium logs.- Returns:
- self instance for chaining.
-
setShowXcodeLog
Whether to display the output of the Xcode command used to run the tests in Appium logs. If this is true, there will be lots of extra logging at startup. Defaults to false.- Parameters:
value- Whether to display the output of the Xcode command used to run the tests.- Returns:
- self instance for chaining.
-
doesShowXcodeLog
Get whether to display the output of the Xcode command used to run the tests.- Returns:
- True or false.
-