Getting below error while running tests through Selenium IDE

Getting below error while running tests through Selenium IDE

“WebDriverError: You might be using selenium 4, please refer to capability generator Automation Capabilities Generator For Selenium and Appium | LambdaTest for selenium 4 capabilities or contact support”

Hi Devan,

In this case, you need to downgrade your Selenium side runner version and then try running the test.

Please follow the below steps to downgrade the Selenium Sie Runner version

On the Command prompt, you need to pass the following commands:

selenium-side-runner --version - checks the current version

npm i -g selenium-side-runner@3.14.0 Installs the version 3.14

You can reverify using the first command and then run your IDE tests with the given command.