Download the PHP package bhittani/web-driver without Composer
On this page you can find all versions of the php package bhittani/web-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bhittani/web-driver
More information about bhittani/web-driver
Files in bhittani/web-driver
Package web-driver
Short Description A convenience wrapper around facebook's php-webdriver
License MIT
Homepage https://github.com/kamalkhan/web-driver
Informations about the package web-driver
Web Driver
Run and/or control a web driver programmatically.
- Requirements
- Install
- Install chrome driver
- Install phantomjs driver
- Usage
- Chrome Web Driver
- Phantomjs Web Driver
- API
- Example
- Advanced
- TODO
- Changelog
- Testing
- Contributing
- Security
- Credits
- License
Requirements
- PHP >= 5.6.4
Install
You may install this package using composer.
Install chrome driver
Install phantomjs driver
Usage
This package conveniently wraps the Facebook's PHP Web Driver and by default offers drivers for chrome and phantomjs.
Chrome Web Driver
First ensure you have installed the chrome driver.
Phantomjs Web Driver
First ensure you have installed the phantomjs driver.
API
All driver instances extend Facebook\WebDriver\Remote\RemoteWebDriver
, hence, the same API applies.
Example
Advanced
TODO
- [ ] Document the usage of process.
- [ ] Document the usage of custom ports.
- [ ] Document the usage of payload (chrome)
Changelog
Please see CHANGELOG for more information on what has changed.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see the License File for more information.
All versions of web-driver with dependencies
bhittani/download Version ^0.2.0
php-webdriver/webdriver Version ^1.8
symfony/console Version *
symfony/process Version *