admin管理员组文章数量:1434829
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 ing from Grunt. I have looked all over for answers, but I have not found a working solution.
Any ideas?
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 ing from Grunt. I have looked all over for answers, but I have not found a working solution.
Any ideas?
Share Improve this question asked Nov 18, 2015 at 19:56 Dear1ofGdBearDear1ofGdBear 9852 gold badges13 silver badges26 bronze badges1 Answer
Reset to default 5Install your modules when they are said to be 'not found'
npm install glob
本文标签: javascriptCannot find module 39glob39 when running nodejs file and seleniumStack Overflow
版权声明:本文标题:javascript - Cannot find module 'glob' when running node.js file and selenium - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745611976a2666164.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论