Releases: TroyWalshProf/SeleniumAxeDotnet
Releases · TroyWalshProf/SeleniumAxeDotnet
v1.3.0
https://www.nuget.org/packages/Selenium.Axe/1.3.0
- Add a WithOutputFile option to AxeBuilder
- Make AxeBuilder.Analyze(IWebElement) respect legacy Options property
v1.2.0
https://www.nuget.org/packages/Selenium.Axe/1.2.0
- Deprecate AxeBuilder.Options api.
- Added WithOptions api that is more strongly typed instead of using a JSON string. Exposed the properties under options that we expect to be used from https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#options-parameter
- Add support to include/exclude selectors, rules & tags;
- Created serializable config classes that we pass to axe.
v1.1.0
https://www.nuget.org/packages/Selenium.Axe/1.1.0
- Enables Chrome v76 support
- Enables .NET Core support
- Verified Firefox/GeckoWebDriver support
Initial Release
Initial release
Leverages aXe v3.2.2