Liberator.Driver
0.8.2.1
See the version list below for details.
dotnet add package Liberator.Driver --version 0.8.2.1
NuGet\Install-Package Liberator.Driver -Version 0.8.2.1
<PackageReference Include="Liberator.Driver" Version="0.8.2.1" />
paket add Liberator.Driver --version 0.8.2.1
#r "nuget: Liberator.Driver, 0.8.2.1"
// Install Liberator.Driver as a Cake Addin #addin nuget:?package=Liberator.Driver&version=0.8.2.1 // Install Liberator.Driver as a Cake Tool #tool nuget:?package=Liberator.Driver&version=0.8.2.1
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 | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- MathNet.Numerics (>= 4.7.0)
- Newtonsoft.Json (>= 12.0.1)
- NUnit (>= 3.11.0)
- Selenium.Support (>= 3.141.0)
- System.Buffers (>= 4.5.0)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 2.0
- MathNet.Numerics (>= 4.7.0)
- Newtonsoft.Json (>= 12.0.1)
- NUnit (>= 3.11.0)
- Selenium.Support (>= 3.141.0)
- System.Buffers (>= 4.5.0)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
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 | 714 | 2/24/2021 |
0.9.0 | 431 | 2/23/2021 |
0.8.3.3 | 1,158 | 8/12/2019 |
0.8.3.2 | 1,249 | 8/8/2019 |
0.8.3.1 | 871 | 8/6/2019 |
0.8.3 | 690 | 7/25/2019 |
0.8.2.7 | 702 | 7/23/2019 |
0.8.2.6 | 708 | 7/23/2019 |
0.8.2.5 | 727 | 7/22/2019 |
0.8.2.4 | 12,804 | 7/18/2019 |
0.8.2.3 | 729 | 7/17/2019 |
0.8.2.2 | 836 | 6/19/2019 |
0.8.2.1 | 819 | 6/5/2019 |
0.8.2 | 958 | 4/27/2019 |
0.8.1 | 841 | 3/27/2019 |
0.8.0.2 | 819 | 3/20/2019 |
0.8.0.1 | 818 | 3/20/2019 |
0.8.0 | 750 | 3/19/2019 |
Preference Injectors, Expected Conditions & Wait Methods