selenium-standalone
selenium-standalone copied to clipboard
Error: Callback was already called.
trafficstars
Updated my node version to 16 and selenium-standalone was successfully installed. When I run my tests, I see this issue:
cb(new Error("Could not request headers from " + url + ": " + err));
^
Error: Callback was already called
@wdio/selenium-standalone-service": "6.1.14" "selenium-standalone": "6.20.1"
Can someone please help?