Appium.WebDriver 1.5.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Appium.WebDriver --version 1.5.1.1
NuGet\Install-Package Appium.WebDriver -Version 1.5.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Appium.WebDriver" Version="1.5.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Appium.WebDriver --version 1.5.1.1
#r "nuget: Appium.WebDriver, 1.5.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Appium.WebDriver as a Cake Addin
#addin nuget:?package=Appium.WebDriver&version=1.5.1.1

// Install Appium.WebDriver as a Cake Tool
#tool nuget:?package=Appium.WebDriver&version=1.5.1.1

Selenium Webdriver extension for Appium.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (83)

Showing the top 5 NuGet packages that depend on Appium.WebDriver:

Package Downloads
Gravity.Services.DataContracts

Data Contracts (DTOs) for all Gravity API Products.

Gravity.Drivers.Mock

Mock implementation of IWebDriver which does not open a browser, for high performance testing of Selenium based frameworks, without a dependency on browsers and web drivers.

Gravity.Extensions

Extensions package for Gravity API products line.

Gravity.Abstraction

Gravity API, Web Driver abstraction. Allows to create any type and or combination of Web Driver, using a simple API abstraction which can also be send over HTTP.

Saucery2

Sourcery for SauceLabs - Unlocking SauceLabs capability.

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on Appium.WebDriver:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
files-community/Files
Building the best file manager for Windows
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
Version Downloads Last updated
5.0.0-rc.7 5,806 3/29/2024
5.0.0-rc.6 13,497 3/3/2024
5.0.0-rc.5 27,851 1/26/2024
5.0.0-rc.4 17,994 12/29/2023
5.0.0-rc.3 2,027 12/24/2023
5.0.0-rc.2 31,186 11/16/2023
5.0.0-rc.1 42,372 9/6/2023
5.0.0-beta04 114,883 4/29/2023
5.0.0-beta03 137,450 1/6/2023
5.0.0-beta02 54,845 10/26/2022
5.0.0-beta01 274,312 10/21/2021
5.0.0-alpha2 59,160 10/19/2021
5.0.0-alpha 6,968 10/15/2021
4.4.5 315,495 5/5/2023
4.4.0 346,260 10/26/2022
4.3.2 291,690 7/4/2022
4.3.1 4,261,820 1/14/2021
4.3.0 12,112 1/14/2021
4.2.1 893,982 9/19/2020
4.2.0 57,742 9/13/2020
4.1.1 1,713,063 11/19/2019
4.1.0 39,016 11/14/2019
4.0.0.6-beta 247,576 4/15/2019
4.0.0.5-beta 61,597 1/26/2019
4.0.0.4-beta 219,676 10/15/2018
4.0.0.3-beta 4,562 10/1/2018
4.0.0.2-beta 1,941 9/22/2018
4.0.0.1-beta 54,890 1/15/2018
4.0.0 202,727 9/2/2019
3.0.0.2 1,805,086 2/5/2017
3.0.0.1 115,995 1/5/2017
2.0.1.1 32,815 9/2/2016
2.0.0.1 11,952 7/23/2016
1.5.1.1 131,049 3/20/2016
1.5.0.1 48,880 1/5/2016
1.4.1.1 30,537 11/17/2015
1.4.0.3 59,968 8/14/2015
1.4.0.2 12,574 8/4/2015
1.3.0.1 12,561 6/19/2015
1.2.0.8 41,560 1/13/2015
1.2.0.7 2,553 1/5/2015
1.2.0.6 2,930 12/3/2014
1.2.0.5 11,250 9/25/2014
1.2.0.4 44,526 9/17/2014
1.2.0.1 8,117 7/8/2014
1.0.0 2,652 6/6/2014
0.3.0 2,142 6/3/2014
0.2.0 2,972 4/27/2014
0.1.0 35,808 4/18/2014

1.5.1.1
     Update to Selenium.Webdriver v2.53.0 and Selenium.Support v2.53.0
     Update to Newtonsoft.Json v8.0.2
     FIXED The issue of compatibility of AppiumServiceBuilder with Appium node server v >= 1.5.x.
     Page object tools were updated. By.Name locator strategy is deprecated for Android and iOS. It is still valid for the Selendroid mode.
     The DeviceTime property was added and it works with Appium node 1.5
     improvements of locking methods. The LockDevice(seconds) is obsolete and it is going to be removed in the next release. Since Appium node server v1.5.x it is recommended to use AndroidDriver.Lock()()...AndroidDriver.Unlock() or IOSDriver.Lock(int seconds) instead.
     AndroidDriver.KeyEvent() is obsolete and it is going to be removed soon. Please use AndroidDriver.PressKeyCode or AndroidDriver.LongPressKeyCode instead.
     The GetAppStrings(string language = null) method is obsolete now. It is going to be removed.
     The  GetAppStringDictionary(string language = null, string stringFile = null) was added instead. It returns a dictionary with app strings (keys and values) instead of a string. Also it allows the searching app strings in the specified file.
     All capabilities were added according to https://github.com/appium/appium/blob/1.5/docs/en/writing-running-appium/caps.md. There are three classes:
     OpenQA.Selenium.Appium.Enums.MobileCapabilityType (just modified),
     OpenQA.Selenium.Appium.Enums.AndroidMobileCapabilityType (android-specific capabilities),
     OpenQA.Selenium.Appium.Enums.IOSMobileCapabilityType (iOS-specific capabilities).
     Some server flags were marked as obsolete because they are deprecated since server node v1.5.x. These options are going to be removed at the next .Net client release.
     The ability to start Appium node programmatically using desired capabilities. This feature is compatible with Appium node server v >= 1.5.x.
     1.5.0.1
     Update to Selenium.Webdriver v2.48.2 and Selenium.Support v2.48.2
     The ability to start appium server programmatically was provided. The ICommandServer implementation (AppiumLocalService).
     The new boolean parameter of the AndroidDdriver.StartActivity method. It allows to start a new activity without closing of a target app.
     All possible key codes were added to AndroidKeyCode.
     The API refactoring.
     The "ReplaceValue" method was added to AndroidElement
     The "SetImmediateValue" was moved from the AppiumWebElement to IOSElement
     1.4.1.1
     Update to Selenium.Webdriver v2.48.1 and Selenium.Support v2.48.1
     .Net client is completely following the Apache 2.0 license now.
     IMobileElement implementations are able to perform gestures such as Pinch, Tap and Zoom.
     Constructor set of MultiAction and TouchAction was improved. Redundant constructors were removed.
     1.4.0.3
     the bug which prevented the using of TouchAction/MultiTouchActions with IWebElement was fixed. This problem is reproduced
     with IWebElement instances created via Selenium PageFactory.
     1.4.0.2
     features ported from the Java-Appium-Driver. Integration with Selenium PageFactory.
     1.3.0.1
     Generic AppiumDriver class/subclasses and fix for TryAddCommand.
     1.2.0.8
     Fix/Test for hide keyboard.
     1.2.0.7
     Separate android and ios drivers, improved namespaces, fixed tests, and redesigned methods and interfaces
     1.2.0.6
     Update Selenium NuGet Package to get fix for locator strategy.
     1.2.0.5
     Add GetSettings and IgnoreUnimportantViews methods.
     1.2.0.4
     Update version due to assembly not matching NuGet.
     1.2.0.3
     Update version due to NuGet Package mismanagement.
     1.2.0.2
     Update NuGet packages. Add IsLocked() and Start Activity.
     1.2.0.1
     Add Pull Folder, Android Input Methods (IME), and Network Connection Methods for use with Appium 1.2
     1.0.0
     TouchAction + multiActions rewriting,
     Project structure overhaul.