You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support passing capabilities in several ways: executor_kwargs, ExecutorBrowser.capabilities, along with some being passed from WebDriverProtocol.__init__.
With ExecutorBrowser.capabilities, it feels like it might make sense to get rid of what we set in WebDriverProtocol.__init__?
I still wonder if it makes more sense to move executor_kwargs to the Browser, and then call it later, and then we can have all the capabilities defined there. I think this is probably doable at this point?
The text was updated successfully, but these errors were encountered:
We currently support passing capabilities in several ways:
executor_kwargs
,ExecutorBrowser.capabilities
, along with some being passed fromWebDriverProtocol.__init__
.With
ExecutorBrowser.capabilities
, it feels like it might make sense to get rid of what we set inWebDriverProtocol.__init__
?I still wonder if it makes more sense to move
executor_kwargs
to theBrowser
, and then call it later, and then we can have all the capabilities defined there. I think this is probably doable at this point?The text was updated successfully, but these errors were encountered: