![]() |
VOOZH | about |
dotnet add package Atata --version 3.11.0
NuGet\Install-Package Atata -Version 3.11.0
<PackageReference Include="Atata" Version="3.11.0" />
<PackageVersion Include="Atata" Version="3.11.0" />Directory.Packages.props
<PackageReference Include="Atata" />Project file
paket add Atata --version 3.11.0
#r "nuget: Atata, 3.11.0"
#:package Atata@3.11.0
#addin nuget:?package=Atata&version=3.11.0Install as a Cake Addin
#tool nuget:?package=Atata&version=3.11.0Install as a Cake Tool
C#/.NET web UI test automation full-featured framework based on Selenium WebDriver.
The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
Atata on GitHub: https://github.com/atata-framework/atata
Atata Framework documentation: https://atata.io/
Features:
- WebDriver. Based on Selenium WebDriver and preserves all its features.
- Page object model. Provides a unique fluent page object pattern, which is easy to implement and maintain.
- Components. Contains a rich set of ready-to-use components for inputs, tables, lists, etc.
- Integration. Works on any .NET test engine (e.g. NUnit, xUnit, SpecFlow) as well as on CI systems like Jenkins, GitHub Actions, or TeamCity.
- Triggers. A bunch of triggers to bind with different events to extend component behavior.
- Verification. A set of fluent assertion methods and triggers for a component and data verification.
- Configurable. Defines the default component search strategies as well as additional settings. Atata.Configuration.Json provides flexible JSON configurations.
- Reporting/Logging. Built-in customizable logging; screenshots and snapshots capturing functionality.
- Extensible. Atata.HtmlValidation adds HTML page validation. Atata.Bootstrap and Atata.KendoUI provide extra components.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Atata:
| Package | Downloads |
|---|---|
|
Atata.Bootstrap
C#/.NET library containing a set of Atata components for automated web testing integration with Bootstrap Framework. Works with Bootstrap components of version 3-5. Atata.Bootstrap on GitHub: https://github.com/atata-framework/atata-bootstrap Atata Framework documentation: https://atata.io The package targets .NET 8.0 and .NET Framework 4.6.2. |
|
|
Lombiq.Tests.UI
Lombiq UI Testing Toolbox for Orchard Core: Web UI testing toolbox mostly for Orchard Core applications. Everything you need to do UI testing with Selenium for an Orchard app is here. See the project website for detailed documentation. |
|
|
Atata.Configuration.Json
C#/.NET package for Atata configuration through JSON files. The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+. Atata.Configuration.Json on GitHub: https://github.com/atata-framework/atata-configuration-json Atata Framework documentation: https://atata.io Features: - Full configuration of Atata context via JSON file - Custom settings - Multi-driver configuration - Merged configuration via multiple files - Multiple environments support |
|
|
Atata.HtmlValidation
C#/.NET library that adds HTML page validation to Atata using html-validate NPM package. Features: - Uses CLI of html-validate (https://html-validate.org/usage/cli.html) NPM package. - Validates HTML of Atata page objects. - Performs validation offline. - Supports different result formatters. - Supports custom validation rule sets by configuration files. - Saves HTML and validation results to artifact files. - Can produce either error or warning. The package targets .NET 8.0 and .NET Framework 4.6.2. |
|
|
Atata.KendoUI
C#/.NET package containing a set of Atata components for automated web testing integration with Kendo UI HTML Framework. Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and ASP.NET Core. Atata.KendoUI on GitHub: https://github.com/atata-framework/atata-kendoui Atata Framework documentation: https://atata.io The package targets .NET 8.0 and .NET Framework 4.6.2. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-beta.14 | 505 | 5/16/2026 |
| 4.0.0-beta.13 | 519 | 3/16/2026 |
| 4.0.0-beta.12 | 719 | 1/30/2026 |
| 4.0.0-beta.11 | 848 | 12/26/2025 |
| 4.0.0-beta.10 | 1,102 | 11/29/2025 |
| 4.0.0-beta.9 | 1,017 | 11/16/2025 |
| 4.0.0-beta.8 | 781 | 10/14/2025 |
| 4.0.0-beta.7 | 981 | 9/15/2025 |
| 4.0.0-beta.6 | 177 | 9/12/2025 |
| 4.0.0-beta.5 | 251 | 9/11/2025 |
| 4.0.0-beta.4 | 213 | 9/2/2025 |
| 4.0.0-beta.3 | 234 | 8/16/2025 |
| 4.0.0-beta.2 | 280 | 8/15/2025 |
| 4.0.0-beta.1 | 888 | 6/30/2025 |
| 3.11.0 | 2,445 | 5/18/2026 |
| 3.10.0 | 2,689 | 3/21/2026 |
| 3.9.0 | 22,780 | 1/20/2026 |
| 3.8.0 | 9,881 | 12/11/2025 |
| 3.7.0 | 18,846 | 10/14/2025 |
| 3.6.0 | 34,166 | 6/22/2025 |