Skip to content

Commit cb84161

Browse files
greylilmtierney
authored andcommitted
Add import for FirefoxOptions (#5120)
1 parent 5054834 commit cb84161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from .firefox.webdriver import WebDriver as Firefox # noqa
1919
from .firefox.firefox_profile import FirefoxProfile # noqa
20+
from .firefox.options import Options as FirefoxOptions # noqa
2021
from .chrome.webdriver import WebDriver as Chrome # noqa
2122
from .chrome.options import Options as ChromeOptions # noqa
2223
from .ie.webdriver import WebDriver as Ie # noqa

0 commit comments

Comments
 (0)