![]() |
VOOZH | about |
dotnet add package Deque.AxeCore.Commons --version 4.11.3
NuGet\Install-Package Deque.AxeCore.Commons -Version 4.11.3
<PackageReference Include="Deque.AxeCore.Commons" Version="4.11.3" />
<PackageVersion Include="Deque.AxeCore.Commons" Version="4.11.3" />Directory.Packages.props
<PackageReference Include="Deque.AxeCore.Commons" />Project file
paket add Deque.AxeCore.Commons --version 4.11.3
#r "nuget: Deque.AxeCore.Commons, 4.11.3"
#:package Deque.AxeCore.Commons@4.11.3
#addin nuget:?package=Deque.AxeCore.Commons&version=4.11.3Install as a Cake Addin
#tool nuget:?package=Deque.AxeCore.Commons&version=4.11.3Install as a Cake Tool
Provides a .NET wrapper around axe-core, including a bundled copy of axe-core and .NET typings for its options and results.
Install a .NET SDK if you haven't already.
Install Deque.AxeCore.Commons and its dependencies:
dotnet add package Deque.AxeCore.Commons
This package exists primarily to help .NET tool developers integrate axe-core with different tools and test frameworks. If you are just trying to write test cases using axe-core, you probably want to use one of these instead:
AxeResultAxeResult represents the axe-core Results Object.
AxeRunContextAxeRunContext represents the axe-core Context Parameter.
AxeRunOptionsAxeRunOptions represents the axe-core Options Parameter.
The IAxeScriptProvider interface is suitable for use as an option in an API for running an axe-core scan of a page. It specifies a single method, GetScript(), which returns a string containing JavaScript code suitable for injecting into a running page.
This library provides two IAxeScriptProvider implementations:
BundledAxeScriptProviderBundledAxeScriptProvider provides a bundled copy of axe-core which is included with the library. The included version will match the major and minor version of the library, but may not match the patch version.
This script provider is suitable as a default option for users that don't wish to explicitly override the version of axe-core to use.
IAxeScriptProvider axeScriptProvider = new BundledAxeScriptProvider();
axeScriptProvider.GetScript(); // a string containing the contents of the bundled copy of axe.min.js
FileAxeScriptProviderFileAxeScriptProvider is an alternate option for users that wish to provide their own separate implementation of axe-core, usually for the purposes of pinning to a specific axe-core version independently of this library's version.
new FileAxeScriptProvider("./path/to/axe.min.js");
axeScriptProvider.GetScript(); // synchronously reads the contents of file ./path/to/axe.min.js
This package, including its embedded copy of axe-core, is distributed under the terms of the .
This package builds on past work from the SeleniumAxeDotnet and PlaywrightAxeDotnet projects (see ). We thank all of those projects' contributors for their work.
| 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 is compatible. 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 Deque.AxeCore.Commons:
| Package | Downloads |
|---|---|
|
Deque.AxeCore.Selenium
Tools for using aXe for web accessibility testing with C# and Selenium |
|
|
Deque.AxeCore.Playwright
Automated accessibility testing via axe for tests written with Microsoft Playwright .NET |
|
|
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. |
|
|
OpenMAQS.Maqs.Selenium
Selenium extension for Open MAQS' modular automation quick start |
|
|
GingerCoreNET
Package Description |
Showing the top 1 popular GitHub repositories that depend on Deque.AxeCore.Commons:
| Repository | Stars |
|---|---|
|
Ginger-Automation/Ginger
Ginger Automation IDE
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.11.3 | 29,708 | 5/5/2026 |
| 4.11.3-alpha.127 | 60 | 6/16/2026 |
| 4.11.3-alpha.126 | 53 | 6/12/2026 |
| 4.11.3-alpha.125 | 56 | 6/5/2026 |
| 4.11.3-alpha.124 | 52 | 6/2/2026 |
| 4.11.3-alpha.123 | 62 | 6/1/2026 |
| 4.11.3-alpha.122 | 69 | 5/21/2026 |
| 4.11.3-alpha.121 | 58 | 5/21/2026 |
| 4.11.3-alpha.120 | 63 | 5/21/2026 |
| 4.11.3-alpha.119 | 66 | 5/20/2026 |
| 4.11.3-alpha.118 | 64 | 5/6/2026 |
| 4.11.3-alpha.117 | 77 | 4/30/2026 |
| 4.11.2 | 23,682 | 4/17/2026 |
| 4.11.2-alpha.116 | 64 | 4/29/2026 |
| 4.11.2-alpha.115 | 78 | 4/29/2026 |
| 4.11.2-alpha.114 | 72 | 4/29/2026 |
| 4.11.2-alpha.113 | 71 | 4/25/2026 |
| 4.11.2-alpha.111 | 68 | 4/17/2026 |
| 4.11.2-alpha.109 | 176 | 4/14/2026 |
| 4.11.1-alpha.112 | 58 | 4/24/2026 |