Skip to content

[🚀 Feature]: Add Safari Options to Python #10267

@titusfortner

Description

@titusfortner

Feature and motivation

Python is the only language not to have a Safari Options class.

There are only 2 options, and they aren't likely to be used, so low priority, but should be an easy update for someone looking to jump in. Well, except that safari doesn't do apple:safariOptions like the other drivers, both of these options are individually namespaced with safari: so that might make things complicated in Python potentially

here's what Ruby has:
https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/safari/options.rb

Usage example

    options = SafariOptions()
    driver = webdriver.Safari(options=options)

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-pyPython BindingsE-easyAn easy issue to implement or PR to reviewI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions