Open nadvolod opened 4 years ago
FYI I created #136. Just to make sure everyone was aware of the proxy issue. If this is a duplicate (didn't see anything) you can close comment. I assume you may have run into this before.
@joshmgrant so I think this one is accomplished, right?
Some background: The Python Remote WebDriver implementation documentation can be found here:
https://selenium.dev/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#module-selenium.webdriver.remote.webdriver Based on this document and the philosophy that users of the Sauce Bindings should be able to pass in remote webdriver options for Sauce Labs instances similar to a standard Selenium instance, the constructor values should be handled appropriately.
In the case of
proxy
,file_detector
andoptions
, these options may not be useful or even possible to use with Sauce Labs in a meaningful way. If they can be used, these options should be implemented in theSauceSession
class as needed.