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 1
Operating 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
What happened?
giving remote server error when using local driver instance using provided code
How can we reproduce the issue?
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