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,086 2/25/2016
1.0.2.12 1,978 1/19/2016
1.0.2.11 1,590 1/19/2016
1.0.2.10 1,573 1/19/2016
1.0.2.9 1,598 1/19/2016
1.0.2.8 1,660 1/19/2016
1.0.2.7 1,541 1/5/2016
1.0.2.6 1,616 1/5/2016
1.0.2.5 1,631 12/18/2015
1.0.2.4 1,829 12/7/2015
1.0.2.3 1,612 12/4/2015
1.0.2.2 1,597 11/19/2015
1.0.2.1 1,666 11/19/2015
1.0.2 1,630 11/19/2015
1.0.1.6 1,680 11/19/2015
1.0.1.5 1,662 11/16/2015
1.0.1.4 1,638 11/10/2015
1.0.1.3 1,656 11/10/2015
1.0.1.2 1,641 11/9/2015
1.0.1.1 1,678 11/9/2015
1.0.1 1,696 11/9/2015
1.0.0.17 1,642 11/5/2015
1.0.0.16 1,620 11/5/2015
1.0.0.15 1,616 11/5/2015
1.0.0.14 1,671 11/5/2015
1.0.0.13 1,639 11/5/2015
1.0.0.12 1,579 11/5/2015
1.0.0.11 1,651 11/5/2015
1.0.0.10 1,684 10/22/2015
1.0.0.9 1,609 10/22/2015
1.0.0.8 1,644 10/22/2015
1.0.0.7 1,616 10/22/2015
1.0.0.6 1,695 10/22/2015
1.0.0.5 1,602 10/22/2015
1.0.0.4 1,648 10/22/2015
1.0.0.3 1,602 10/22/2015
1.0.0.2 1,598 10/22/2015
1.0.0.1 1,617 10/22/2015
1.0.0 2,392 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.