Download the PHP package punktde/codeception-webdriver without Composer
On this page you can find all versions of the php package punktde/codeception-webdriver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download punktde/codeception-webdriver
More information about punktde/codeception-webdriver
Files in punktde/codeception-webdriver
Package codeception-webdriver
Short Description This package provides gherkin steps for the codeception webdriver module
License GPL-3.0-or-later
Informations about the package codeception-webdriver
punktde/codeception-webdriver
Gherkin Steps and additional module functions for the Codeception Webdriver module
How to use
Additional module to store text and compare it later
Use the module PunktDe\Codeception\Webdriver\Module\Storage
in your codeception.yaml
:
Gherkin steps
You can either use the trait PunktDe\Codeception\Webdriver\ActorTraits\Webdriver
in your testing actor, which will add browser controls, checkers, cookie functions and functions
to switch between frames or windows. Or if you only need some of the functionality you can use these specific traits:
PunktDe\Codeception\Webdriver\ActorTraits\Checks
PunktDe\Codeception\Webdriver\ActorTraits\Controls
PunktDe\Codeception\Webdriver\ActorTraits\Cookie
PunktDe\Codeception\Webdriver\ActorTraits\Switchers
The trait to use the storage module is all by itself, you have to include that even if you included the complete PunktDe\Codeception\Webdriver\ActorTraits\Webdriver
trait.
Example actor
Which steps are there?
To get all the steps available you can just run the following command:
This will give you a table of all the steps available.
All versions of codeception-webdriver with dependencies
codeception/module-webdriver Version ^3.0 || ^4.0