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

Commit 4066768

Browse files
committed
We should not change WebDriver interface (it would be an BC break)
1 parent a573628 commit 4066768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/WebDriver.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ public function switchTo();
130130

131131
/**
132132
* @return WebDriverTouchScreen
133+
* @todo Add in next major release (BC)
133134
*/
134-
public function getTouch();
135+
//public function getTouch();
135136

136137
/**
137138
* @param string $name

0 commit comments

Comments
 (0)