We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2421617 commit 055325cCopy full SHA for 055325c
py/selenium/webdriver/safari/webdriver.py
@@ -46,7 +46,7 @@ def __init__(self, executable_path=None, port=0,
46
- desired_capabilities: Dictionary object with desired capabilities (Can be used to provide various Safari switches).
47
"""
48
if not executable_path is None:
49
- executable_path = os.environ.get("SELENIUM_SERVER_JAR")
+ executable_path = os.environ.get("SELENIUM_SERVER_JAR")
50
self.service = Service(executable_path, port=port, quiet=quiet, use_legacy=use_legacy_driver)
51
self.service.start()
52
0 commit comments