selenium.webdriver.common._bidi.domain#

Base class for the generated BiDi domain modules.

This is internal, unsupported implementation. See https://www.selenium.dev/documentation/warnings/bidi-implementation/

Classes

Domain(source)

Base for every generated domain module.

class Domain(source)[source]#

Bases: object

Base for every generated domain module.

source is a WebDriver — whose BiDi connection this domain wraps in its own Transport (the driver starts BiDi if it hasn’t already) — or a Transport for the standalone path.

Parameters:

source (Any)