Skip to content

[πŸ› Bug]: remote_server_addrΒ #14792

@AbeRome13

Description

@AbeRome13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!I-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions