KeyModifier.php
Namespace
Behat\MinkFile
-
vendor/
behat/ mink/ src/ KeyModifier.php
View source
<?php
namespace Behat\Mink;
final class KeyModifier {
public const CTRL = 'ctrl';
public const ALT = 'alt';
public const SHIFT = 'shift';
public const META = 'meta';
}
Classes
Title | Deprecated | Summary |
---|---|---|
KeyModifier |