SeleniumShim 1.0.5549.25791

dotnet add package SeleniumShim --version 1.0.5549.25791
NuGet\Install-Package SeleniumShim -Version 1.0.5549.25791
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="SeleniumShim" Version="1.0.5549.25791" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SeleniumShim --version 1.0.5549.25791
#r "nuget: SeleniumShim, 1.0.5549.25791"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,217 3/12/2015
1.0.5505.17954 1,291 1/27/2015
1.0.5504.31441 1,213 1/27/2015
1.0.5504.27853 1,256 1/26/2015
1.0.5463.19401 1,334 12/16/2014
1.0.5395.30496 1,322 10/10/2014
1.0.5395.29727 1,105 10/10/2014
1.0.5395.24201 1,065 10/9/2014
1.0.0.19847 1,090 10/9/2014
1.0.0 1,392 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.