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.
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.
// Install Selenium.EFWExtensions as a Cake Addin
#addin nuget:?package=Selenium.EFWExtensions&version=1.0.2.13

// Install Selenium.EFWExtensions as a Cake Tool
#tool nuget:?package=Selenium.EFWExtensions&version=1.0.2.13

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 4,265 2/25/2016
1.0.2.12 1,690 1/19/2016
1.0.2.11 1,313 1/19/2016
1.0.2.10 1,294 1/19/2016
1.0.2.9 1,322 1/19/2016
1.0.2.8 1,372 1/19/2016
1.0.2.7 1,261 1/5/2016
1.0.2.6 1,325 1/5/2016
1.0.2.5 1,352 12/18/2015
1.0.2.4 1,548 12/7/2015
1.0.2.3 1,335 12/4/2015
1.0.2.2 1,321 11/19/2015
1.0.2.1 1,382 11/19/2015
1.0.2 1,351 11/19/2015
1.0.1.6 1,396 11/19/2015
1.0.1.5 1,376 11/16/2015
1.0.1.4 1,348 11/10/2015
1.0.1.3 1,375 11/10/2015
1.0.1.2 1,361 11/9/2015
1.0.1.1 1,398 11/9/2015
1.0.1 1,409 11/9/2015
1.0.0.17 1,364 11/5/2015
1.0.0.16 1,337 11/5/2015
1.0.0.15 1,340 11/5/2015
1.0.0.14 1,391 11/5/2015
1.0.0.13 1,356 11/5/2015
1.0.0.12 1,298 11/5/2015
1.0.0.11 1,359 11/5/2015
1.0.0.10 1,393 10/22/2015
1.0.0.9 1,336 10/22/2015
1.0.0.8 1,347 10/22/2015
1.0.0.7 1,340 10/22/2015
1.0.0.6 1,418 10/22/2015
1.0.0.5 1,330 10/22/2015
1.0.0.4 1,372 10/22/2015
1.0.0.3 1,329 10/22/2015
1.0.0.2 1,323 10/22/2015
1.0.0.1 1,338 10/22/2015
1.0.0 1,754 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.