mahler.engines.selenium_.window
Classes
Selenium implementation of a Window. |
Module Contents
- class mahler.engines.selenium_.window.SeleniumWindow(model: Literal['chrome', 'firefox'], headless: bool = True, enable_javascript: bool = True, fingerprint: mahler.fingerprint.Fingerprint | None = None)
Selenium implementation of a Window.
See mahler.protocols.window.Window for API details.
- goto(url: str, timeout: float | None = None) None
- query_selector_all(selector: str) list[mahler.engines.selenium_.element.SeleniumElement] | None
- query_selector(selector: str) mahler.engines.selenium_.element.SeleniumElement | None