Skip to content

Commit f5589c9

Browse files
committed
[py] add IeOptions class to selenium.webdriver
1 parent 259f539 commit f5589c9

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
@@ -21,6 +21,7 @@
2121
from .chrome.webdriver import WebDriver as Chrome # noqa
2222
from .chrome.options import Options as ChromeOptions # noqa
2323
from .ie.webdriver import WebDriver as Ie # noqa
24+
from .ie.options import Options as IeOptions # noqa
2425
from .edge.webdriver import WebDriver as Edge # noqa
2526
from .opera.webdriver import WebDriver as Opera # noqa
2627
from .safari.webdriver import WebDriver as Safari # noqa

0 commit comments

Comments
 (0)