tryolabs/requestium

How to implement webdriver.Remote() function?

fuhao009 opened this issue · 2 comments

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?

Yep! Requestium is absolutely great and gorgeous lib, but for me, it is barely useful without remote webdriver.

joaqo commented

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!