您的位置:首页 > 编程语言 > PHP开发

facebook php-webdriver 安装与使用

2017-02-10 15:57 567 查看
由于工作需要,最近研究了face php-webdriver ,然而由于资料文档比较少,一开始也是遇到不少问题,还好最后都顺利解决了。

nodejs 安装请看教程 https://yq.aliyun.com/articles/44435

1.Google Chrome 39 Released – Install on RHEL/CentOS 7/6 and Fedora 20-15

2.How to install Google Chrome 28+ on RHEL/CentOS 6 or 7
http://blog.csdn.net/xds2ml/article/details/52982748
    工具:

      1.下载facebok php-webdrever 代码  https://github.com/facebook/php-webdriver

      2.下载 jar 包 http://selenium-release.storage.googleapis.com/index.html

      3.下载 chromedriver http://npm.taobao.org/mirrors/chromedriver/2.9/

      4.安装 yum firefox

       5. 安装Xvfb

yum update
yum install Xvfb
yum -install libXfont
yum install xorg-x11-fonts*
6.运行

1, nohup Xvfb -ac :7 -screen 0 1280x1024x8 > /dev/null 2>&1 &

2, export DISPLAY=:7

3, java -jar selenium-server-standalone-3.0.1.jar
 4.结束nohup 进程

     ps -ef | grep command

     kill -9 pid
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: