Feature and motivation
In the Safari webdriver constructor in the Ptyhon library an Options class can be passed as argument. However this options class is never used. In webdriver classes of other browsers the options class is passed to the constructor of the RemoteWebDriver class, the class that he webdriver implements.
Usage example
options = Options()
webdriver(options=options)
Feature and motivation
In the Safari webdriver constructor in the Ptyhon library an Options class can be passed as argument. However this options class is never used. In webdriver classes of other browsers the options class is passed to the constructor of the RemoteWebDriver class, the class that he webdriver implements.
Usage example
options = Options()
webdriver(options=options)