We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee84519 commit cb29044Copy full SHA for cb29044
PHPWebDriver/WebDriverSession.php
@@ -17,6 +17,9 @@
17
require_once('WebDriverSimpleItem.php');
18
19
class PHPWebDriver_WebDriverSession extends PHPWebDriver_WebDriverContainer {
20
+ const FLICK_SPEED_NORMAL = 0;
21
+ const FLICK_SPEED_FAST = 1;
22
+
23
protected function methods() {
24
return array(
25
'url' => 'GET', // for POST, use open($url)
0 commit comments