Liberator.Driver 0.9.0.1

dotnet add package Liberator.Driver --version 0.9.0.1
                    
NuGet\Install-Package Liberator.Driver -Version 0.9.0.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="Liberator.Driver" Version="0.9.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Liberator.Driver" Version="0.9.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Liberator.Driver" />
                    
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 Liberator.Driver --version 0.9.0.1
                    
#r "nuget: Liberator.Driver, 0.9.0.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.
#:package Liberator.Driver@0.9.0.1
                    
#: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=Liberator.Driver&version=0.9.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Liberator.Driver&version=0.9.0.1
                    
Install as a Cake Tool

Liberator Driver works as an abstraction layer over Selenium WebDriver.

Liberator uses Expected Conditions to avoid the race conditions common when automating a user interface, thereby ensuring a more efficient performance. Every setting of the individual driver types can be set using preferences, enabling the dependent frameworks built on its functionality to fine tune their performance. Errors in browser interaction are  correctly trapped for all Selenium methods.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
0.9.0.1 1,010 2/24/2021
0.9.0 694 2/23/2021
0.8.3.3 1,491 8/12/2019
0.8.3.2 1,675 8/8/2019
0.8.3.1 1,222 8/6/2019
0.8.3 943 7/25/2019
0.8.2.7 939 7/23/2019
0.8.2.6 936 7/23/2019
0.8.2.5 975 7/22/2019
0.8.2.4 13,026 7/18/2019
0.8.2.3 993 7/17/2019
0.8.2.2 1,087 6/19/2019
0.8.2.1 1,057 6/5/2019
0.8.2 1,203 4/27/2019
0.8.1 1,095 3/27/2019
0.8.0.2 1,069 3/20/2019
0.8.0.1 1,081 3/20/2019
0.8.0 1,007 3/19/2019

Update to be multi-platform. Now working on Windows, MacOs & Linux.