Selenium.EFWExtensions 1.0.2.13

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

A handful of useful base object classes and extension methods for wrapping a Selenium WebDriver in an Event Firing WebDriver. Among these are console logging of driver actions, screenshots when tests run into errors, and waits on javascript execution.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

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.0.2.13 5,368 2/25/2016
1.0.2.12 2,113 1/19/2016
1.0.2.11 1,740 1/19/2016
1.0.2.10 1,713 1/19/2016
1.0.2.9 1,735 1/19/2016
1.0.2.8 1,796 1/19/2016
1.0.2.7 1,686 1/5/2016
1.0.2.6 1,758 1/5/2016
1.0.2.5 1,772 12/18/2015
1.0.2.4 1,970 12/7/2015
1.0.2.3 1,767 12/4/2015
1.0.2.2 1,741 11/19/2015
1.0.2.1 1,808 11/19/2015
1.0.2 1,770 11/19/2015
1.0.1.6 1,830 11/19/2015
1.0.1.5 1,812 11/16/2015
1.0.1.4 1,779 11/10/2015
1.0.1.3 1,796 11/10/2015
1.0.1.2 1,791 11/9/2015
1.0.1.1 1,817 11/9/2015
Loading failed

- Made the LogNavigation triggered event virtual, so that you can define your own actions when navigating to a url. Still defaults to a simple Console.Writeline of the URL you are navigating to.