Interface SupportsShowServerLogsOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsShowServerLogsOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet whether to show WDA server logs in the Appium log.default TsetShowServerLogs(boolean value) Set it to true in order to include xcodebuild output to the Appium server log.default TEnforce showing of WDA server logs in the Appium log..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_SERVER_LOGS_OPTION
- See Also:
-
-
Method Details
-
showServerLogs
Enforce showing of WDA server logs in the Appium log..- Returns:
- self instance for chaining.
-
setShowServerLogs
Set it to true in order to include xcodebuild output to the Appium server log. false by default.- Parameters:
value- Whether to show WDA server logs in the Appium log.- Returns:
- self instance for chaining.
-
doesShowServerLogs
Get whether to show WDA server logs in the Appium log.- Returns:
- True or false.
-