Atata 4.0.0

Prefix Reserved
dotnet add package Atata --version 4.0.0
                    
NuGet\Install-Package Atata -Version 4.0.0
                    
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="Atata" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atata" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Atata" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Atata --version 4.0.0
                    
#r "nuget: Atata, 4.0.0"
                    
#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.
#:package Atata@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Atata&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Atata&version=4.0.0
                    
Install as a Cake Tool

Atata Framework is a full-featured C#/.NET test automation framework built around a powerful context-driven architecture and session-based execution model.

Atata on GitHub: https://github.com/atata-framework/atata
Atata Framework documentation: https://atata.io/

Features:
- WebDriver. Provides Selenium WebDriver session functionality. Preserves all WebDriver capabilities for local, remote, and headless browser automation.
- Page object model. Provides a unique fluent page object pattern for concise, maintainable page and component definitions.
- Components. Includes a rich set of ready-to-use UI testing components for inputs, tables, lists, etc.
- Smart verification. Offers fluent assertions, aggregate checks, wait-aware verification, and built-in verification triggers.
- Triggers. Includes a set of triggers to bind with different events to extend component behavior.
- Configuration. Enables flexible settings, variables, URL templates, environment-aware run options, etc.
- Logging and reporting. Built-in customizable structured logging, screenshots, page snapshots, artifact generation, and extensible log consumer support.
- Extensible ecosystem. Features a bunch of add-ons such as Atata.HtmlValidation, Atata.NLog, Atata.AspNetCore, Atata.Testcontainers.
- Integration. Easily integrates with NUnit, xUnit, MSTest, Reqnroll via dedicated packages. Works flawlessly on CI systems like GitHub Actions, Jenkins, etc.

The package targets .NET 8.0 and .NET Framework 4.6.2.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  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.

NuGet packages (15)

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 532 9/7/2026
4.0.0-beta.14 1,133 5/16/2026
4.0.0-beta.13 533 3/16/2026
4.0.0-beta.12 755 1/30/2026
4.0.0-beta.11 941 12/26/2025
4.0.0-beta.10 1,121 11/29/2025
4.0.0-beta.9 1,028 11/16/2025
4.0.0-beta.8 791 10/14/2025
4.0.0-beta.7 992 9/15/2025
4.0.0-beta.6 187 9/12/2025
4.0.0-beta.5 265 9/11/2025
4.0.0-beta.4 233 9/2/2025
4.0.0-beta.3 249 8/16/2025
3.13.0 191 9/4/2026
3.12.0 10,877 6/20/2026
3.11.0 3,045 5/18/2026
3.10.0 2,889 3/21/2026
3.9.0 29,610 1/20/2026
3.8.0 10,231 12/11/2025
3.7.0 25,619 10/14/2025
Loading failed