selenium.webdriver.common.virtual_authenticator

Functions

required_chromium_based_browser(func)

A decorator to ensure that the client used is a chromium based browser.

required_virtual_authenticator(func)

A decorator to ensure that the function is called with a virtual authenticator.

Classes

Credential(credential_id, ...)

Constructor.

Protocol(value[, names, module, qualname, ...])

Protocol to communicate with the authenticator.

Transport(value[, names, module, qualname, ...])

Transport method to communicate with the authenticator.

VirtualAuthenticatorOptions([protocol, ...])

Constructor.