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
driver = webdriver.Remote(command_executor='http://xxx.xxx.xxx.xxx:4444/wd/hub', desired_capabilities=chrome_options.to_capabilities())
How to implement webdriver.Remote() function?
The text was updated successfully, but these errors were encountered:
Hey guys, thanks for the input, adding support for the Remote webdriver is our next priority, along with supporting swapping of the driver object between requestium Sessions and Selenium, stay tuned!
driver = webdriver.Remote(command_executor='http://xxx.xxx.xxx.xxx:4444/wd/hub', desired_capabilities=chrome_options.to_capabilities())
How to implement webdriver.Remote() function?
The text was updated successfully, but these errors were encountered: