Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 5cb53c7

Browse files
committed
Merge pull request #94 from DavertMik/patch-1
touch property not defined
2 parents 9cd4a44 + da666e0 commit 5cb53c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/remote/RemoteWebDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class RemoteWebDriver implements WebDriver {
1818
protected $executor;
1919
protected $mouse;
2020
protected $keyboard;
21+
protected $touch;
2122

2223
public function __construct(
2324
$url = 'http://localhost:4444/wd/hub',

0 commit comments

Comments
 (0)