facebook php-webdriver 安装与使用

来源:互联网 发布:mac 下数据库建模工具 编辑:程序博客网 时间:2024/06/06 16:56

由于工作需要,最近研究了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

0 0
原创粉丝点击