Interface SupportsKeystoreOptions<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
EspressoOptions, UiAutomator2Options

public interface SupportsKeystoreOptions<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Details

  • Method Details

    • setKeystoreConfig

      default T setKeystoreConfig(KeystoreConfig keystoreConfig)
      Use a custom keystore to sign the app under test.
      Parameters:
      keystoreConfig - The keystore config to use.
      Returns:
      self instance for chaining.
    • doesUseKeystore

      default Optional<Boolean> doesUseKeystore()
      Get whether to use a custom keystore.
      Returns:
      True or false.
    • getKeystoreConfig

      default Optional<KeystoreConfig> getKeystoreConfig()
      Get the custom keystore config.
      Returns:
      The keystore config.