anteris-dev/selenium-server
Composer 安装命令:
composer require anteris-dev/selenium-server
包简介
A Selenium server that can be stopped / started with PHP.
README 文档
README
This package provides you with a Selenium server ready to run on Linux, Mac OS, or Windows.
To Install
composer require anteris-dev/selenium-server
Next you will want to install a Selenium driver.
# To install Gecko Driver ./vendor/bin/selenium install:gecko # To install Chrome Driver ./vendor/bin/selenium install:chrome # To install both ./vendor/bin/selenium install
To Run the Server
./vendor/bin/selenium serve
To modify the driver used, pass the --driver method to the command. Supported drivers are listed below.
- Gecko (Firefox)
- Chrome (Chromium)
# Start a Firefox instance ./vendor/bin/selenium serve --driver gecko # Start a Chromium instance ./vendor/bin/selenium serve --driver chrome
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-09-15