edmondscommerce/selenium-server
最新稳定版本:1.0.8
Composer 安装命令:
composer require edmondscommerce/selenium-server
包简介
Utilities for installing and running Selenium (with Chromedriver), ideal for use with Behat
README 文档
README
By Edmonds Commerce
This is a simple package to easily run Selenium with Chrome driver.
It does not contain the binaries, instead it will download them on first run.
It has only been run and tested on Linux.
To install it simply add
"edmondscommerce/selenium-server": "~1"
To your composer.json file and then run composer update
Running
bin/selenium-run.bash To run Selenium in a terminal. You can stop the Selenium process as required by hitting [ctrl]+[c]
Running in the background
bin/selenium-background-run.bash
This will run the process in the background using nohup
Stopping the background process
bin/selenium-stop.bash
This will find a Selenium process that is running in the background and kill it
Firefox / Chrome
This process uses Chrome by default.
If you want to use it with Firefox, you need to append the firefox flag, eg
bin/selenium-run.bash firefox
Or
bin/selenium-background-run.bash firefox
统计信息
- 总下载量: 15.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-11