HanoiSelenium 0.11.0

dotnet add package HanoiSelenium --version 0.11.0
NuGet\Install-Package HanoiSelenium -Version 0.11.0
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="HanoiSelenium" Version="0.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HanoiSelenium --version 0.11.0
#r "nuget: HanoiSelenium, 0.11.0"
#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 HanoiSelenium as a Cake Addin
#addin nuget:?package=HanoiSelenium&version=0.11.0

// Install HanoiSelenium as a Cake Tool
#tool nuget:?package=HanoiSelenium&version=0.11.0

An wrapper for  Selenium. This library provides sugar syntax to make beginners in programming write automated scenario easier with Episerver site.

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

Showing the top 1 NuGet packages that depend on HanoiSelenium:

Package Downloads
EPiServer.Automation

An wrapper for Selenium. This library provides sugar syntax to make beginners in programming write automated scenario easier with Episerver site.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.0 3,403 8/29/2016
0.10.0 1,214 8/26/2016
0.9.0 1,275 8/5/2016
0.8.1 1,229 7/19/2016
0.6.4 1,048 2/2/2016
0.6.3 992 2/2/2016
0.6.2 1,006 2/1/2016
0.6.1 963 2/1/2016
0.6.0 971 1/28/2016

Pre-release version.
     - 29/Aug/2016 Add SetContentToTinyMCE()      
     - 165272 EP\ngng 8/2/2016 6:11:58 PM NEW FEATURE: Highlight() element, GetWebDriver() from element
     - 165268 EP\ngng 8/2/2016 3:45:50 PM NEW FEATURE: Log should Trace() to the Test window
     - 165267 EP\ngng 8/2/2016 3:33:04 PM NEW FEATURE ScrollIntoView()
     - Add ClearAllCookies()
     - Add WaitUntil()
     - Add WaitDocumentReady()
     - Add RightClick() and Scroll() ability.