massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / firefox / firefox_binary.pyi
1 from typing import Any
2
3 class FirefoxBinary:
4     NO_FOCUS_LIBRARY_NAME: str
5     command_line: Any
6     def __init__(self, firefox_path: Any | None = ..., log_file: Any | None = ...) -> None: ...
7     def add_command_line_options(self, *args) -> None: ...
8     profile: Any
9     def launch_browser(self, profile, timeout: int = ...) -> None: ...
10     def kill(self) -> None: ...
11     def which(self, fname): ...