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 259f539 commit f5589c9Copy full SHA for f5589c9
py/selenium/webdriver/__init__.py
@@ -21,6 +21,7 @@
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
24
+from .ie.options import Options as IeOptions # noqa
25
from .edge.webdriver import WebDriver as Edge # noqa
26
from .opera.webdriver import WebDriver as Opera # noqa
27
from .safari.webdriver import WebDriver as Safari # noqa
0 commit comments