Skip to content

Commit

Permalink
Deprecate the original RC interface in Selenium.
Browse files Browse the repository at this point in the history
As part of Selenium 3.0, we shall be moving the original RC interface to a
legacy JAR that will be available as a separate download. As the first step
in this process, the original "Selenium" interface is being marked as
deprecated.
  • Loading branch information
shs96c committed Sep 4, 2014
1 parent 6c6a564 commit 2a56683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/client/src/com/thoughtworks/selenium/Selenium.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@
* are backslash-escaped. When providing a pattern, the optional matching syntax (i.e. glob, regexp,
* etc.) is specified once, as usual, at the beginning of the pattern.
* </p>
* @deprecated The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
*/
@Deprecated
public interface Selenium {

/** Sets the per-session extension Javascript */
Expand Down

0 comments on commit 2a56683

Please sign in to comment.