PantherExtension
Mink extension for controlling Chrome | Firefox | Selenium thanks to Panther.
File Explorer
- config.yml
- pull_request.yml
- tests.yml
- behat.md
- client.md
- cookies.md
- docker.md
- javascript.md
- screenshot.md
- composer.sh
- Dockerfile
- launcher.sh
- php.ini
- ClientContext.php
- DriverTrait.php
- PantherContext.php
- WaitContext.php
- PantherElement.php
- InvalidArgumentException.php
- LogicException.php
- CapabilitiesHelper.php
- CookieHelper.php
- OptionsHelper.php
- WaitHelper.php
- PantherDriver.php
- PantherExtension.php
- PantherFactory.php
- .gitkeep
- ClientContextTest.php
- ContextTestTrait.php
- PantherContextTest.php
- CookieHelperTest.php
- PantherDriverTest.php
- PantherExtensionTest.php
- PantherFactoryTest.php
- basic.html
- checkbox.html
- cookie.php
- README.md
- security-check.php
- select.html
- waitfor-equal.html
- waitfor-invisibility.html
- waitfor.html
- .dockerignore
- .gitignore
- .symfony.insight.yaml
- CHANGELOG-0.4.md
- CHANGELOG-1.0.md
- composer.json
- docker-compose.override.yml.dist
- docker-compose.yml
- infection.json.dist
- LICENCE
- Makefile
- phpunit.xml.dist
- README.md
- summary.log
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
composer
View Details ▼
composer
A package-based dependency manager for PHP projects.
composer init
Interactively create a `composer.json` file:
composer require {{user/package}}
Add a package as a dependency for this project, adding an entry to `composer.json`:
composer install
Install all the dependencies in this project's `composer.json` and create `composer.lock`:
// repository documentation
Was this content helpful?
(0 ratings)
