Skip to content

Commit

Permalink
Deprecating .NET AndroidDriver class
Browse files Browse the repository at this point in the history
Going forward, the recommended approach is to use a third-party
implementation for Android, such as Selendroid or Appium.
  • Loading branch information
jimevans committed Dec 9, 2013
1 parent 1be1edd commit 46bf591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/Android/AndroidDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ namespace OpenQA.Selenium.Android
/// Using the Android driver requires the Android device or emulator
/// to be running, and the WebDriver application be active on the device.
/// </remarks>
[Obsolete("The Selenium-supplied Android driver is deprecated and will be removed in a subsequent release. Alternatives are provided by other projects such as Selendroid and Appium")]
public class AndroidDriver : RemoteWebDriver, ITakesScreenshot, IRotatable, IHasTouchScreen
{
private ITouchScreen touchScreen;
Expand Down

0 comments on commit 46bf591

Please sign in to comment.