Skip to main content

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.

Total Downloads
1.2M
1,214,364
Published
Oct 14, 2025
Latest stable version

Install

.NET CLI
dotnet add package Atata --version 4.0.0-beta.8
Package Manager Console
Install-Package Atata -Version 4.0.0-beta.8
PackageReference
<PackageReference Include="Atata" Version="4.0.0-beta.8" />

Frameworks

.NETStandard2.0

Dependencies

Atata.WebDriverExtras
.NETStandard2.0
[4.0.0-beta.2, )
[8.0.0, )
Microsoft.CSharp
.NETStandard2.0
[4.7.0, )
Selenium.WebDriver
.NETStandard2.0
[4.36.0, )
[4.6.3, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.