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.
<PackageVersion Include="Appium.WebDriver" Version="1.2.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Appium.WebDriver" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Appium.WebDriver&version=1.2.0.8
                    
Install Appium.WebDriver as a Cake Addin
#tool nuget:?package=Appium.WebDriver&version=1.2.0.8
                    
Install Appium.WebDriver as a Cake Tool

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 (23)

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

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
files-community/Files
A modern file manager that helps users organize their files and folders.
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.
t1m0thyj/WinDynamicDesktop
Port of macOS Mojave Dynamic Desktop feature to Windows
microsoft/WinAppDriver
Windows Application Driver
microsoft/devhome
The new Dev Home experience for Windows!
dotnet/maui-samples
Samples for .NET Multi-Platform App UI (.NET MAUI)
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
microsoft/WinUI-Gallery
This app demonstrates the controls available in WinUI and the Fluent Design System.
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
AvaloniaUI/Avalonia.Samples
Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
SuperStudio/SuperCom
SuperCom 是一款串口调试工具
microsoft/accessibility-insights-windows
Accessibility Insights for Windows
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
microsoft/devhomegithubextension
Dev Home GitHub Extension
azchohfi/LottieUWP
UWP port of Lottie(https://github.com/airbnb/lottie-android)
Version Downloads Last updated
1.2.0.8 3,229 1/13/2015
1.2.0.7 309 1/5/2015
1.2.0.6 483 12/3/2014
1.2.0.5 1,854 9/25/2014
1.2.0.4 325 9/17/2014
1.2.0.1 1,130 7/8/2014
1.0.0 346 6/6/2014
0.3.0 188 6/3/2014
0.2.0 222 4/27/2014
0.1.0 104 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.