Interface SupportsKeychainOptions<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<Keychain> getKeychain()
      Get details to access custom keychain.
      default T setKeychain​(Keychain keychain)
      Provides details to access custom keychain, which contains the private development key exported from the system keychain.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • KEYCHAIN_PATH_OPTION

        static final java.lang.String KEYCHAIN_PATH_OPTION
        See Also:
        Constant Field Values
      • KEYCHAIN_PASSWORD_OPTION

        static final java.lang.String KEYCHAIN_PASSWORD_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setKeychain

        default T setKeychain​(Keychain keychain)
        Provides details to access custom keychain, which contains the private development key exported from the system keychain.
        Parameters:
        keychain - Keychain access properties.
        Returns:
        self instance for chaining.
      • getKeychain

        default java.util.Optional<Keychain> getKeychain()
        Get details to access custom keychain.
        Returns:
        Keychain access properties