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)
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:safariOptionslike the other drivers, both of these options are individually namespaced withsafari:so that might make things complicated in Python potentiallyhere's what Ruby has:
https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/safari/options.rb
Usage example