First of all, is this indeed the right repository for the "WebDriver NodeJS" plugin available on Redline13? The link there takes me to https://github.com/redline13/plugin-webdriver-node which 404s. If not, then apologies.
My actual questions:
- what version of this will run when I upload and run a test file? There are no releases/tags here. Does it checkout master from here each time my tests run? Or might I be getting an old version?
- what version of selenium-webdriver will be used?
package.json just says "selenium-webdriver": "^3.5" which does leave some wiggle room. Are there some docs that might help me here?
I've arrived here because I'm getting errors when running through redline13 that I don't get locally with just an npm install redline13-webdriver. What code is even running when I upload and run a test?
First of all, is this indeed the right repository for the "WebDriver NodeJS" plugin available on Redline13? The link there takes me to https://github.com/redline13/plugin-webdriver-node which 404s. If not, then apologies.
My actual questions:
package.jsonjust says"selenium-webdriver": "^3.5"which does leave some wiggle room. Are there some docs that might help me here?I've arrived here because I'm getting errors when running through redline13 that I don't get locally with just an
npm install redline13-webdriver. What code is even running when I upload and run a test?