{"id":24184532,"url":"https://github.com/TroyWalshProf/SeleniumAxeDotnet","last_synced_at":"2025-09-21T07:30:54.289Z","repository":{"id":34325404,"uuid":"175227869","full_name":"TroyWalshProf/SeleniumAxeDotnet","owner":"TroyWalshProf","description":"Tools for using aXe for web accessibility testing with C# and Selenium.","archived":false,"fork":false,"pushed_at":"2025-03-06T11:37:17.000Z","size":891,"stargazers_count":32,"open_issues_count":1,"forks_count":21,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-05T02:57:53.918Z","etag":null,"topics":["accessibility-testing","dotnet-framework","dotnet-standard","selenium"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TroyWalshProf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-12T14:22:34.000Z","updated_at":"2024-10-24T12:11:26.000Z","dependencies_parsed_at":"2023-09-25T02:23:03.550Z","dependency_job_id":"aae48024-b7a3-417f-94c4-ab430c9669b5","html_url":"https://github.com/TroyWalshProf/SeleniumAxeDotnet","commit_stats":{"total_commits":542,"total_committers":21,"mean_commits":25.80952380952381,"dds":0.6771217712177122,"last_synced_commit":"c29e862ae1969bef7ef36bb27038ec998e7801e4"},"previous_names":["troywalshprof/axe-selenium-csharp"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/TroyWalshProf/SeleniumAxeDotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TroyWalshProf%2FSeleniumAxeDotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TroyWalshProf%2FSeleniumAxeDotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TroyWalshProf%2FSeleniumAxeDotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TroyWalshProf%2FSeleniumAxeDotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TroyWalshProf","download_url":"https://codeload.github.com/TroyWalshProf/SeleniumAxeDotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TroyWalshProf%2FSeleniumAxeDotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276209906,"owners_count":25603717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility-testing","dotnet-framework","dotnet-standard","selenium"],"created_at":"2025-01-13T10:15:41.201Z","updated_at":"2025-09-21T07:30:54.003Z","avatar_url":"https://github.com/TroyWalshProf.png","language":"C#","readme":"# :warning: Deprecation Notice :warning:\nThe switch from Selenium.Axe to Deque.AxeCore is, by design, really straight forward. This is because Deque.AxeCore is a fork of Selenium.Axe so the interfaces to both are very similar.  \n## Update steps\n1. Add Deque and Html packages \n  - Deque.AxeCore.Commons\n  - Deque.AxeCore.Selenium  \n  - TWP.Selenium.Axe.Html  \n  _*Only if you are using the current HTML report functionality_\n2. Remove Selenium.Axe package\n3. Update usings\n  - Remove\n    - ```using Selenium.Axe;```\n  - Add\n    - ```using Deque.AxeCore.Commons;```\n    - ```using Deque.AxeCore.Selenium;```\n    - ```using TWP.Selenium.Axe.Html;```   \n    _*Only when creating HTML reports_\n\n## Context\n\n### Why is this project being deprecated?\n-\tDeque is officially taking on the .Net bindings  \n\t-\thttps://github.com/dequelabs/axe-core-nuget  \n\t-\thttps://www.nuget.org/packages/Deque.AxeCore.Selenium/  \n### Is this a good thing?\n- Yes\n  - Selenium.Axe actually uses Deque’s Axe core under the hood\n  - This should help keep the .Net bindings at feature parity with the other official supported binding, such as Java and JavaScript\n### Anything special we should know?\n- The new Deque project will support both Selenium and Playwright \n- A [standalone HTML reporter](https://github.com/TroyWalshProf/SeleniumAxeHtmlDotnet) library has been created and will be maintained until the [Microsoft HTML reporter](https://github.com/microsoft/html-reporter-for-axe-core-dotnet) gets released. \n\n____\n____\n____\n\n# Selenium.Axe for .NET\n[![Selenium.Axe NuGet package](https://img.shields.io/nuget/v/Selenium.Axe)](https://www.nuget.org/packages/Selenium.Axe) \n[![NuGet package download counter](https://img.shields.io/nuget/dt/Selenium.Axe)](https://www.nuget.org/packages/Selenium.Axe/) \n[![Main pipeline](https://github.com/TroyWalshProf/SeleniumAxeDotnet/actions/workflows/mainPipeline.yml/badge.svg?branch=main)](https://github.com/TroyWalshProf/SeleniumAxeDotnet/actions/workflows/mainPipeline.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeDotnet\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeDotnet)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeDotnet\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeDotnet)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=TroyWalshProf_SeleniumAxeDotnet\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=TroyWalshProf_SeleniumAxeDotnet)\n\n\nAutomated web accessibility testing with .NET, C#, and Selenium. Wraps the [axe-core](https://github.com/dequelabs/axe-core) accessibility scanning engine and the [Selenium.WebDriver](https://www.seleniumhq.org/) browser automation framework.\n\nCompatible with .NET Standard 2.0+, .NET Framework 4.7.1+, and .NET Core 2.0+. \n\nInspired by [axe-selenium-java](https://github.com/dequelabs/axe-selenium-java) and [axe-webdriverjs](https://github.com/dequelabs/axe-webdriverjs). Forked from [Globant.Selenium.Axe](https://github.com/javnov/axe-selenium-csharp).\n\n## Documentation\n\n* [Getting Started](https://troywalshprof.github.io/SeleniumAxeDotnet/#/?id=getting-started)\n* [`AxeBuilder` Reference](https://troywalshprof.github.io/SeleniumAxeDotnet/#/?id=axebuilder-reference)\n* [Working with `AxeResult` objects](https://troywalshprof.github.io/SeleniumAxeDotnet/#/?id=working-with-axeresult-objects)\n* [Creating a HTML report](https://troywalshprof.github.io/SeleniumAxeDotnet/#/?id=creating-a-html-report)\n* [Contributing](https://troywalshprof.github.io/SeleniumAxeDotnet/#/?id=contributing)\n\nPatron\n------\nThis project would not exist in its current form without the generous support of\n\n[![Magenic](docs/magenic-logo.png)](https://magenic.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTroyWalshProf%2FSeleniumAxeDotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTroyWalshProf%2FSeleniumAxeDotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTroyWalshProf%2FSeleniumAxeDotnet/lists"}