zeusautomationsuite 2.9.4

dotnet add package zeusautomationsuite --version 2.9.4
NuGet\Install-Package zeusautomationsuite -Version 2.9.4
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="zeusautomationsuite" Version="2.9.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zeusautomationsuite --version 2.9.4
#r "nuget: zeusautomationsuite, 2.9.4"
#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 zeusautomationsuite as a Cake Addin
#addin nuget:?package=zeusautomationsuite&version=2.9.4

// Install zeusautomationsuite as a Cake Tool
#tool nuget:?package=zeusautomationsuite&version=2.9.4

This package contains the core library for runing the automated tests (Androids Apps, UWP apps, Web Apps) and executing them using Selenium/CodedUI on cross platforms.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.9.4 922 1/2/2019
2.9.3 1,078 6/1/2018
2.9.2 1,037 5/28/2018
2.9.1 1,006 5/23/2018
2.9.0 1,159 4/13/2018
2.8.9 1,066 4/10/2018
2.8.8 2,243 3/6/2018
2.8.7 949 3/6/2018
2.8.6 864 2/20/2018
2.8.4 1,071 1/3/2018
2.8.3 908 1/3/2018
2.8.2 928 12/29/2017
2.8.1 906 12/28/2017
2.8.0 961 12/21/2017
2.7.0 844 12/5/2017
2.6.0 812 12/5/2017
2.5.0 922 12/4/2017
2.4.0 887 11/29/2017
2.3.0 826 11/29/2017
2.2.0 862 11/24/2017
2.1.0 988 11/19/2017
2.0.1 922 11/16/2017
2.0.0 907 7/19/2017
1.0.0 1,842 6/11/2017

Removed the PhantomJSDriver references and added Chrome headless. Made FindObjects(IWeBDriver driver, String objectname,TestContext testContext) method publis for finding Collection of objects. Removed obsolete wait methods. Added the support to search objects by making SeleniumHelper class as public class. Added the method to clean up unwanted processes e.g. cleanup open browsers. Removed the TFSHelper.cs CLass as it will be taken care by the VSO release/Build. Updated and added the functionality for switching pages and nested controls. Added the Support for API Testing and extending keywords by adding new custom code. Added the support for CSV file as test case steps. Added Support for Dynamic xpath creation at run time. Support for moving mouse cursor to an element