zeusautomationsuite 2.9.1
See the version list below for details.
dotnet add package zeusautomationsuite --version 2.9.1
NuGet\Install-Package zeusautomationsuite -Version 2.9.1
<PackageReference Include="zeusautomationsuite" Version="2.9.1" />
paket add zeusautomationsuite --version 2.9.1
#r "nuget: zeusautomationsuite, 2.9.1"
// Install zeusautomationsuite as a Cake Addin #addin nuget:?package=zeusautomationsuite&version=2.9.1 // Install zeusautomationsuite as a Cake Tool #tool nuget:?package=zeusautomationsuite&version=2.9.1
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Appium.WebDriver (>= 3.0.0.2)
- Castle.Core (>= 3.3.3)
- Microsoft.AspNet.WebApi.Client (>= 5.2.2)
- Microsoft.AspNet.WebApi.Core (>= 5.2.2)
- Microsoft.Azure.KeyVault (>= 2.3.2)
- Microsoft.Azure.KeyVault.WebKey (>= 2.0.7)
- Microsoft.Azure.Search (>= 3.0.5)
- Microsoft.CSharp (>= 4.4.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.17.1)
- Microsoft.Rest.ClientRuntime (>= 2.3.8)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.7)
- Microsoft.Spatial (>= 7.2.0)
- Microsoft.TeamFoundation.DistributedTask.Common (>= 15.112.1)
- Microsoft.TeamFoundationServer.Client (>= 15.112.1)
- Microsoft.TeamFoundationServer.ExtendedClient (>= 15.112.1)
- Microsoft.Tpl.Dataflow (>= 4.5.24)
- Microsoft.VisualStudio.Services.Client (>= 15.112.1)
- Microsoft.VisualStudio.Services.InteractiveClient (>= 15.112.1)
- Newtonsoft.Json (>= 9.0.1)
- Selenium.Support (>= 3.8.0)
- Selenium.WebDriver (>= 3.8.0)
- System.IdentityModel.Tokens.Jwt (>= 4.0.2.206221351)
- System.Net.Http (>= 4.0.0)
- WindowsAzure.ServiceBus (>= 3.3.2)
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 | 971 | 1/2/2019 |
2.9.3 | 1,131 | 6/1/2018 |
2.9.2 | 1,065 | 5/28/2018 |
2.9.1 | 1,034 | 5/23/2018 |
2.9.0 | 1,181 | 4/13/2018 |
2.8.9 | 1,096 | 4/10/2018 |
2.8.8 | 2,305 | 3/6/2018 |
2.8.7 | 975 | 3/6/2018 |
2.8.6 | 892 | 2/20/2018 |
2.8.4 | 1,104 | 1/3/2018 |
2.8.3 | 935 | 1/3/2018 |
2.8.2 | 960 | 12/29/2017 |
2.8.1 | 938 | 12/28/2017 |
2.8.0 | 991 | 12/21/2017 |
2.7.0 | 869 | 12/5/2017 |
2.6.0 | 845 | 12/5/2017 |
2.5.0 | 951 | 12/4/2017 |
2.4.0 | 918 | 11/29/2017 |
2.3.0 | 855 | 11/29/2017 |
2.2.0 | 885 | 11/24/2017 |
2.1.0 | 1,024 | 11/19/2017 |
2.0.1 | 950 | 11/16/2017 |
2.0.0 | 934 | 7/19/2017 |
1.0.0 | 1,872 | 6/11/2017 |
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