Interface SupportsArgumentsOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsArgumentsOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the array of application command line arguments.default TsetArguments(List<String> arguments) Array of application command line arguments.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
-
ARGUMENTS_OPTION
- See Also:
-
-
Method Details
-
setArguments
Array of application command line arguments. This capability is only going to be applied if the application is not running on session startup.- Parameters:
arguments- E.g. ["--help"].- Returns:
- self instance for chaining.
-
getArguments
Get the array of application command line arguments.- Returns:
- Application arguments.
-