Winium-Elements.Desktop 1.2.0

dotnet add package Winium-Elements.Desktop --version 1.2.0
                    
NuGet\Install-Package Winium-Elements.Desktop -Version 1.2.0
                    
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="Winium-Elements.Desktop" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Winium-Elements.Desktop" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Winium-Elements.Desktop" />
                    
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 Winium-Elements.Desktop --version 1.2.0
                    
#r "nuget: Winium-Elements.Desktop, 1.2.0"
                    
#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.
#:package Winium-Elements.Desktop@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Winium-Elements.Desktop&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Winium-Elements.Desktop&version=1.2.0
                    
Install as a Cake Tool

Winium-Elements

Winium Elements

This is a fork of the Winium Elements project created by 2gis.

The Dotnet version updated the selenium dependency for selenium 4.21.0.
Also updated the dependency to Winium-WebDriver.
This is the Winium.WebDriver project with dependencies updated to selenium 4.21.0.

Click here for compatible Winium-Desktop.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 159 4/30/2025
1.1.0 360 12/18/2023
1.0.1 326 10/12/2023
0.3.0 3,124 5/18/2020

v1.2.0
- Support Selenium.WebDriver bindings version 4.21.0
- Support Winium-WebDriver bindings version 1.2.0
v1.1.0
- Support Selenium.WebDriver bindings version 4.16.2
- Support Winium-WebDriver bindings version 1.1.0
v1.0.1
- Fixed a minor configuration error.
v1.0.0
- Support Selenium.WebDriver bindings version 4.11.0
- Support Winium-WebDriver bindings version 1.0.0
v0.3.0
- Support Selenium.WebDriver bindings version 3.141.0
- Use Winium-WebDriver nuget package (create WiniumDriver driver in your tests)
v0.2.0
- Support Selenium.WebDriver bindings version 2.8.0
- Use Winium.WebDriver nuget package (create WiniumDriver driver in your tests)