1

I am trying to whip up a quick Selenium Webdriver in JavaScript.

I have it set up:

var webdriver = require('selenium-webdriver');

var driver = new webdriver.Builder()
   .withCapabilities(webdriver.Capabilities.chrome())
   .build();

I have installed selenium-webdriver already. I think the issue is coming from Grunt. I have looked all over for answers, but I have not found a working solution.

Any ideas?

1 Answer 1

5

Install your modules when they are said to be 'not found'

npm install glob
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.