SeleniumShim 1.0.5504.31441
See the version list below for details.
dotnet add package SeleniumShim --version 1.0.5504.31441
NuGet\Install-Package SeleniumShim -Version 1.0.5504.31441
<PackageReference Include="SeleniumShim" Version="1.0.5504.31441" />
paket add SeleniumShim --version 1.0.5504.31441
#r "nuget: SeleniumShim, 1.0.5504.31441"
// Install SeleniumShim as a Cake Addin #addin nuget:?package=SeleniumShim&version=1.0.5504.31441 // Install SeleniumShim as a Cake Tool #tool nuget:?package=SeleniumShim&version=1.0.5504.31441
[Early Beta]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 |
Bug fix for implicit wait on timeout whith SendKeys when Java Script engine is not ready or has changed the element. Added implicit wait on timeout for both FindElement and WebElement user actions (e.g. Click()) to 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.