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 app bundle identifier.
|
default T |
setBundleId(java.lang.String identifier)
Bundle identifier of the app under test, for example com.mycompany.myapp.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String BUNDLE_ID_OPTION
default T setBundleId(java.lang.String identifier)
identifier
- App identifier.default java.util.Optional<java.lang.String> getBundleId()