E.g. I have ready-to-use Perl Selenium driver. https://metacpan.org/release/Selenium-Remote-Driver
How to make it compatible with Selenoid and use Selenoid-UI ?
As far as I understand, Selenoid is based on Selenium 2.x version. But Selenium and Selenoid APIs are not compatible out-the-box. E.g. http://localhost:4444/status output is very different.
And when I try to run script for Selenium when Selenoid is running instead I got Could not create new session: Unable to find a matching set of capabilities
error.