public interface SupportsAppLocaleOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_LOCALE_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<AppLocale> |
getAppLocale()
Get the locale for the app under test.
|
default T |
setAppLocale(AppLocale locale)
Sets the locale for the app under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String APP_LOCALE_OPTION
default T setAppLocale(AppLocale locale)
locale - App locale data.default java.util.Optional<AppLocale> getAppLocale()