Skip to content

Commit d8b3418

Browse files
[py] removed unused variable DEFAULT_SAFARI_CAPS in safari/webdriver.py (#12416)
1 parent 29494a5 commit d8b3418

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/selenium/webdriver/safari/webdriver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@
1919
import warnings
2020

2121
from selenium.common.exceptions import WebDriverException
22-
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
2322
from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver
2423

2524
from ..common.driver_finder import DriverFinder
2625
from .options import Options
2726
from .remote_connection import SafariRemoteConnection
2827
from .service import Service
2928

30-
DEFAULT_SAFARI_CAPS = DesiredCapabilities.SAFARI.copy()
31-
3229

3330
class WebDriver(RemoteWebDriver):
3431
"""Controls the SafariDriver and allows you to drive the browser."""

0 commit comments

Comments
 (0)