Getting an error when trying to run automation test on LambdaTest using SeleniumIDE. What could be the issue?

I am trying to run automation test on LambdaTest using SeleniumIDE but getting error “You might be using selenium 4, please refer to the capability generator”. What could be the issue?

Hi Tom Dale,

This usually happens if you are using Selenium side runner version 4 and above. You can check the version using command: selenium-side-runner --version If it is Selenium 4 or above, you can run below command to downgrade the version and run the test:

npm i -g selenium-side-runner@3.14.0