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,138 2/25/2016
1.0.2.12 2,005 1/19/2016
1.0.2.11 1,617 1/19/2016
1.0.2.10 1,600 1/19/2016
1.0.2.9 1,614 1/19/2016
1.0.2.8 1,687 1/19/2016
1.0.2.7 1,557 1/5/2016
1.0.2.6 1,643 1/5/2016
1.0.2.5 1,648 12/18/2015
1.0.2.4 1,856 12/7/2015
1.0.2.3 1,639 12/4/2015
1.0.2.2 1,613 11/19/2015
1.0.2.1 1,694 11/19/2015
1.0.2 1,657 11/19/2015
1.0.1.6 1,707 11/19/2015
1.0.1.5 1,690 11/16/2015
1.0.1.4 1,670 11/10/2015
1.0.1.3 1,684 11/10/2015
1.0.1.2 1,670 11/9/2015
1.0.1.1 1,706 11/9/2015
1.0.1 1,724 11/9/2015
1.0.0.17 1,670 11/5/2015
1.0.0.16 1,648 11/5/2015
1.0.0.15 1,644 11/5/2015
1.0.0.14 1,699 11/5/2015
1.0.0.13 1,667 11/5/2015
1.0.0.12 1,608 11/5/2015
1.0.0.11 1,667 11/5/2015
1.0.0.10 1,712 10/22/2015
1.0.0.9 1,637 10/22/2015
1.0.0.8 1,672 10/22/2015
1.0.0.7 1,633 10/22/2015
1.0.0.6 1,723 10/22/2015
1.0.0.5 1,630 10/22/2015
1.0.0.4 1,676 10/22/2015
1.0.0.3 1,630 10/22/2015
1.0.0.2 1,626 10/22/2015
1.0.0.1 1,645 10/22/2015
1.0.0 2,433 10/22/2015

- 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.