Skip to content

Commit 04deefa

Browse files
committed
Touch screen is deprecated, so this should be too
1 parent 483df12 commit 04deefa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

java/client/src/org/openqa/selenium/remote/AddRemoteTouchScreen.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
import org.openqa.selenium.interactions.HasTouchScreen;
2121

22-
/** Provides the RemoteTouchScreen for getTouch method to the proxy. */
22+
/**
23+
* Provides the RemoteTouchScreen for getTouch method to the proxy.
24+
*
25+
* @deprecated {@link org.openqa.selenium.interactions.TouchScreen} is deprecated.
26+
*/
27+
@Deprecated
2328
public class AddRemoteTouchScreen implements AugmenterProvider {
2429

2530
@Override

0 commit comments

Comments
 (0)