Interface SupportsLocalizableStringsDirOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsLocalizableStringsDirOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the resource folder name where the main locale strings are stored.default TsetLocalizableStringsDir(String folder) Where to look for localizable strings in the application bundle.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
-
LOCALIZABLE_STRINGS_DIR_OPTION
- See Also:
-
-
Method Details
-
setLocalizableStringsDir
Where to look for localizable strings in the application bundle. Defaults to en.lproj.- Parameters:
folder- The resource folder name where the main locale strings are stored.- Returns:
- self instance for chaining.
-
getLocalizableStringsDir
Get the resource folder name where the main locale strings are stored.- Returns:
- Folder name.
-