HanoiSelenium 0.8.1
See the version list below for details.
dotnet add package HanoiSelenium --version 0.8.1
NuGet\Install-Package HanoiSelenium -Version 0.8.1
<PackageReference Include="HanoiSelenium" Version="0.8.1" />
paket add HanoiSelenium --version 0.8.1
#r "nuget: HanoiSelenium, 0.8.1"
// Install HanoiSelenium as a Cake Addin #addin nuget:?package=HanoiSelenium&version=0.8.1 // Install HanoiSelenium as a Cake Tool #tool nuget:?package=HanoiSelenium&version=0.8.1
An wrapper for Selenium. This library provides sugar syntax to make beginners in programming write automated scenario easier with Episerver site.
Product | Versions 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. |
-
- Newtonsoft.Json (>= 6.0.8 && < 7.0.0)
- NUnit (>= 2.6.4 && < 3.0.0)
- NUnitTestAdapter (>= 2.0.0 && < 3.0.0)
- Selenium.Support (>= 2.53.1 && < 3.0.0)
- Selenium.WebDriver (>= 2.53.1 && < 3.0.0)
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.
Pre-release version.
- Add ClearAllCookies()
- Add WaitUntil()
- Add WaitDocumentReady()
- Add RightClick() and Scroll() ability.
- Add Find Patiencely().
- Find() will now support Object type as selector, accept string XPath, CSS3 or Selenium By object.
- SetKeys() will Click() to textbox, before Clear() and send key.
- commonControls.json is now optional.