-
-
Couldn't load subscription status.
- Fork 8.6k
Closed
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
giving remote server error when using local driver instance using provided code
How can we reproduce the issue?
from selenium import webdriver
driver = webdriver.Safari()
wait = WebDriverWait(driver, 3)
driver.implicitly_wait(3)
url = ""
driver.get(url)Relevant log output
executor = SafariRemoteConnection(
^^^^^^^^^^^^^^^^^^^^^^^
TypeError: SafariRemoteConnection.__init__() missing 1 required positional argument: 'remote_server_addr'
Process finished with exit code 1Operating System
MacOS Version 15.1.1 (24B91)
Selenium version
Python 3.12
What are the browser(s) and version(s) where you see this issue?
Safari Version 18.1.1 (20619.2.8.11.12)
What are the browser driver(s) and version(s) where you see this issue?
Safari
Are you using Selenium Grid?
N/A
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended