We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5054834 commit cb84161Copy full SHA for cb84161
py/selenium/webdriver/__init__.py
@@ -17,6 +17,7 @@
17
18
from .firefox.webdriver import WebDriver as Firefox # noqa
19
from .firefox.firefox_profile import FirefoxProfile # noqa
20
+from .firefox.options import Options as FirefoxOptions # noqa
21
from .chrome.webdriver import WebDriver as Chrome # noqa
22
from .chrome.options import Options as ChromeOptions # noqa
23
from .ie.webdriver import WebDriver as Ie # noqa
0 commit comments