public interface SupportsBundleIdOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ID_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getBundleId()
Get the bundle identifier of the application to automate.
|
default T |
setBundleId(java.lang.String identifier)
The bundle identifier of the application to automate, for example
com.apple.TextEdit.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String BUNDLE_ID_OPTION
default T setBundleId(java.lang.String identifier)
identifier - A valid application bundle identifier.default java.util.Optional<java.lang.String> getBundleId()