SeleniumShim 1.0.5504.27853

There is a newer version of this package available.
See the version list below for details.
dotnet add package SeleniumShim --version 1.0.5504.27853
NuGet\Install-Package SeleniumShim -Version 1.0.5504.27853
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.5504.27853" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SeleniumShim --version 1.0.5504.27853
#r "nuget: SeleniumShim, 1.0.5504.27853"
#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.5504.27853

// Install SeleniumShim as a Cake Tool
#tool nuget:?package=SeleniumShim&version=1.0.5504.27853

[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 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

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.