Skip to content

Commit

Permalink
Deprecating the old HasTouchScreen too
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 28, 2013
1 parent a7b2201 commit 9c471a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/client/src/org/openqa/selenium/HasTouchScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

/**
* Interface implemented by each driver that allows access to touch screen capabilities.
* @deprecated Use {@link org.openqa.selenium.interactions.HasTouchScreen} instead.
*/
@Deprecated
public interface HasTouchScreen extends org.openqa.selenium.interactions.HasTouchScreen {
TouchScreen getTouch();
}

0 comments on commit 9c471a2

Please sign in to comment.