Trying to fully move to selenoid, but we still have some legacy RC tests.
Is it possible to run selenium RC tests with selenoid?
30 views Asked by Eva Jimenez At
1
Trying to fully move to selenoid, but we still have some legacy RC tests.
No, I don't think so. Selenoid only implements Selenium JSONWire and W3C Webdriver protocols. Selenium RC worked by injecting a browser extension and Selenoid has no such feature.