Skip to content

Commit

Permalink
Touch screen is deprecated, so this should be too
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 29, 2018
1 parent 483df12 commit 04deefa
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@

import org.openqa.selenium.interactions.HasTouchScreen;

/** Provides the RemoteTouchScreen for getTouch method to the proxy. */
/**
* Provides the RemoteTouchScreen for getTouch method to the proxy.
*
* @deprecated {@link org.openqa.selenium.interactions.TouchScreen} is deprecated.
*/
@Deprecated
public class AddRemoteTouchScreen implements AugmenterProvider {

@Override
Expand Down

0 comments on commit 04deefa

Please sign in to comment.