java selenium搭建***面浏览器
1.http://phantomjs.org/
下载windows版phantomjs
2.解压后bin目录下会有exe文件
3.测试代码:
System.setProperty("phantomjs.binary.path", "C:\\phantomjs-2.1.1-windows\\bin\\phantomjs.exe" WebDriver driver = "http://www.baidu.com"
4.url成功打印
作者新书已出,