SeleniumShim 1.0.5505.17954
See the version list below for details.
dotnet add package SeleniumShim --version 1.0.5505.17954
NuGet\Install-Package SeleniumShim -Version 1.0.5505.17954
<PackageReference Include="SeleniumShim" Version="1.0.5505.17954" />
paket add SeleniumShim --version 1.0.5505.17954
#r "nuget: SeleniumShim, 1.0.5505.17954"
// Install SeleniumShim as a Cake Addin #addin nuget:?package=SeleniumShim&version=1.0.5505.17954 // Install SeleniumShim as a Cake Tool #tool nuget:?package=SeleniumShim&version=1.0.5505.17954
[Alpha Release] - Light object model shim that abstracts Selenium WebDriver operations and simplifies running test automation with multiple browsers. SeleniumShim uses implicit wait on timeout which solves race conditions when calling FindElement while the browser de-serialization process is still running and race conditions with the Java Script engine when the WebElement is present but the Java Script is not ready to execute.
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. |
This package has no dependencies.
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.5549.25791 | 2,288 | 3/12/2015 |
1.0.5505.17954 | 1,330 | 1/27/2015 |
1.0.5504.31441 | 1,256 | 1/27/2015 |
1.0.5504.27853 | 1,300 | 1/26/2015 |
1.0.5463.19401 | 1,376 | 12/16/2014 |
1.0.5395.30496 | 1,362 | 10/10/2014 |
1.0.5395.29727 | 1,156 | 10/10/2014 |
1.0.5395.24201 | 1,102 | 10/9/2014 |
1.0.0.19847 | 1,132 | 10/9/2014 |
1.0.0 | 1,444 | 10/9/2014 |
Retry delay is now adjustable. Default is 1000ms. Lower delay for faster UI action. Raise delay when using MVVM, MVC tools like Angular.js to give script logic time to process between user actions (like email and password strength verification for example). Added implicit retry on timeout for both calls to FindElement(...) and user actions on IWebElement objects (e.g. Click()). These additional implicit retry on timeout loops solve race conditions where WebElement is rendered by the browser but the Java Script engine is not ready to execute. Tested on a web site designed with Angular.js where this issue was reproducable.