SeleniumShim 1.0.5549.25791
dotnet add package SeleniumShim --version 1.0.5549.25791
NuGet\Install-Package SeleniumShim -Version 1.0.5549.25791
<PackageReference Include="SeleniumShim" Version="1.0.5549.25791" />
paket add SeleniumShim --version 1.0.5549.25791
#r "nuget: SeleniumShim, 1.0.5549.25791"
// Install SeleniumShim as a Cake Addin #addin nuget:?package=SeleniumShim&version=1.0.5549.25791 // Install SeleniumShim as a Cake Tool #tool nuget:?package=SeleniumShim&version=1.0.5549.25791
Light object model shim that abstracts Selenium WebDriver operations and simplifies running test automation with multiple browsers. SeleniumShim uses implicit retry until timeout loops within calls to FindElement and user actions on IWebElement objects which solves race conditions and problems with 'stale' references to WebElement. The implicit retry until timeout gives the browser engine threads time to de-serialize and render HTML and Java Script.
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.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.5549.25791 | 175 | 3/12/2015 |
1.0.5505.17954 | 109 | 1/27/2015 |
1.0.5504.31441 | 64 | 1/27/2015 |
1.0.5504.27853 | 60 | 1/26/2015 |
1.0.5463.19401 | 76 | 12/16/2014 |
1.0.5395.30496 | 108 | 10/10/2014 |
1.0.5395.29727 | 58 | 10/10/2014 |
1.0.5395.24201 | 58 | 10/9/2014 |
1.0.0.19847 | 61 | 10/9/2014 |
1.0.0 | 40 | 10/9/2014 |
Fixed bug where setting timeout value other than default had no effect. Added documentation comments to public interface. Added a KillProcess() method that will kill orphaned WebDriver instances. Added ElementIsVisible() method to for positive and negative verification of error elements or that any other element is visible or not visible.
Tested on a web site designed with Angular.js where this issue was reproducable.