class KeyModifier
Hierarchy
- class \Behat\Mink\KeyModifier
Expanded class hierarchy of KeyModifier
4 files declare their use of KeyModifier
- CoreDriver.php in vendor/
behat/ mink/ src/ Driver/ CoreDriver.php - DriverInterface.php in vendor/
behat/ mink/ src/ Driver/ DriverInterface.php - NodeElement.php in vendor/
behat/ mink/ src/ Element/ NodeElement.php - Selenium2Driver.php in vendor/
lullabot/ mink-selenium2-driver/ src/ Selenium2Driver.php
File
-
vendor/
behat/ mink/ src/ KeyModifier.php, line 5
Namespace
Behat\MinkView source
final class KeyModifier {
public const CTRL = 'ctrl';
public const ALT = 'alt';
public const SHIFT = 'shift';
public const META = 'meta';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
KeyModifier::ALT | public | constant | |
KeyModifier::CTRL | public | constant | |
KeyModifier::META | public | constant | |
KeyModifier::SHIFT | public | constant |