MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / SupportedDrivers

Class SupportedDrivers

py/conftest.py:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274@dataclass
275class SupportedDrivers(ContainerProtocol):
276 chrome: str = "Chrome"
277 firefox: str = "Firefox"
278 safari: str = "Safari"
279 edge: str = "Edge"
280 ie: str = "Ie"
281 webkitgtk: str = "WebKitGTK"
282 wpewebkit: str = "WPEWebKit"
283
284
285@dataclass

Callers 2

supported_driversMethod · 0.85
clean_driverFunction · 0.85

Calls

no outgoing calls

Tested by 2

supported_driversMethod · 0.68
clean_driverFunction · 0.68