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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<String>
    Get the resource folder name where the main locale strings are stored.
    default T
    Where to look for localizable strings in the application bundle.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • setLocalizableStringsDir

      default T setLocalizableStringsDir(String folder)
      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

      default Optional<String> getLocalizableStringsDir()
      Get the resource folder name where the main locale strings are stored.
      Returns:
      Folder name.