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.
DEFAULT_SAFARI_CAPS
safari/webdriver.py
1 parent 29494a5 commit d8b3418Copy full SHA for d8b3418
py/selenium/webdriver/safari/webdriver.py
@@ -19,16 +19,13 @@
19
import warnings
20
21
from selenium.common.exceptions import WebDriverException
22
-from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
23
from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver
24
25
from ..common.driver_finder import DriverFinder
26
from .options import Options
27
from .remote_connection import SafariRemoteConnection
28
from .service import Service
29
30
-DEFAULT_SAFARI_CAPS = DesiredCapabilities.SAFARI.copy()
31
-
32
33
class WebDriver(RemoteWebDriver):
34
"""Controls the SafariDriver and allows you to drive the browser."""
0 commit comments