Appium.WebDriver 1.2.0.8

dotnet add package Appium.WebDriver --version 1.2.0.8
NuGet\Install-Package Appium.WebDriver -Version 1.2.0.8
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.2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Appium.WebDriver --version 1.2.0.8
#r "nuget: Appium.WebDriver, 1.2.0.8"
#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.2.0.8

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

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.

GitHub repositories (20)

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 UI client technology
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 is no longer supported. Migrate your apps to .NET MAUI.
Version Downloads Last updated
1.2.0.8 3,227 1/13/2015
1.2.0.7 308 1/5/2015
1.2.0.6 481 12/3/2014
1.2.0.5 1,853 9/25/2014
1.2.0.4 324 9/17/2014
1.2.0.1 1,128 7/8/2014
1.0.0 345 6/6/2014
0.3.0 187 6/3/2014
0.2.0 221 4/27/2014
0.1.0 103 4/18/2014

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.