Liberator.Driver 0.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Liberator.Driver --version 0.9.0
NuGet\Install-Package Liberator.Driver -Version 0.9.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="Liberator.Driver" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Liberator.Driver --version 0.9.0
#r "nuget: Liberator.Driver, 0.9.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.
// Install Liberator.Driver as a Cake Addin
#addin nuget:?package=Liberator.Driver&version=0.9.0

// Install Liberator.Driver as a Cake Tool
#tool nuget:?package=Liberator.Driver&version=0.9.0

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. 
.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 614 2/24/2021
0.9.0 377 2/23/2021
0.8.3.3 968 8/12/2019
0.8.3.2 1,045 8/8/2019
0.8.3.1 781 8/6/2019
0.8.3 625 7/25/2019
0.8.2.7 632 7/23/2019
0.8.2.6 638 7/23/2019
0.8.2.5 650 7/22/2019
0.8.2.4 12,130 7/18/2019
0.8.2.3 663 7/17/2019
0.8.2.2 765 6/19/2019
0.8.2.1 757 6/5/2019
0.8.2 885 4/27/2019
0.8.1 784 3/27/2019
0.8.0.2 742 3/20/2019
0.8.0.1 755 3/20/2019
0.8.0 677 3/19/2019

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