phantomjs helloworld.js报错: Can't open 'helloworld.js'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phantomjs helloworld.js报错: Can't open 'helloworld.js'相关的知识,希望对你有一定的参考价值。

PhantomJS是一个无界面的,可脚本编程的WebKit浏览器引.它原生支持多种web 标准:DOM 操作,CSS选择器,JSON,Canvas 以及SVG.

当我安装好PhantomJS后,写下第一个js文件,运行发现报错。

技术分享

 

我尝试了一些方法:比如将helloworld.js文件所在路径放到环境变量path下,发现这样运行徒劳无功。

后来,在http://bbs.fishc.com/forum.php?mod=viewthread&do=tradeinfo&tid=79336这个网页上找到同样的问题,原来是文件需要绝对路径。

恍然大悟,helloworld.js不是可执行文件,而是脚本文件,所以环境变量对他们没有作用,真是尴尬症犯了。

解决办法有二:

1. 绝对路径:

技术分享

2. 在文件所在路径下打开cmd

按住shift 右击鼠标  可以快速进入该目录的命令行(选在此处打开命令行)

技术分享

技术分享

这两种方法都行,希望以后不要犯类似的错误了。。

以上是关于phantomjs helloworld.js报错: Can't open 'helloworld.js'的主要内容,如果未能解决你的问题,请参考以下文章

PhantomJS报错warnings.warn('Selenium support for PhantomJS has been deprecated, please use headles

npm install 报错 phantomjs-prebuilt@2.1.14 install: `node install.js`

warnings.warn('Selenium support for PhantomJS has been deprecated, please use headless '报错(示

webpacke install vue application 报错 Failed at the phantomjs-prebuilt@2.1.14 install script

selenium启动PhantomJS错误

selenium抓取淘宝数据报错:warnings.warn('Selenium support for PhantomJS has been deprecated, please use h