Info
Version: | 0.2.0-beta |
Author(s): | Juan José Montiel |
Last Update: | Sunday, March 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kastwey/nvda-testing-driver |
NuGet Url: | https://www.nuget.org/packages/NvdaTestingDriver |
Install
Install-Package NvdaTestingDriver
dotnet add package NvdaTestingDriver
paket add NvdaTestingDriver
NvdaTestingDriver Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Win32.Registry(>= 4.5.0)
- Newtonsoft.Json(>= 12.0.1)
- System.Runtime.Extensions(>= 4.3.0)
Tags
Control NVDA from .Net, intercept their voice responses and check that your controls are working properly, as if you were using the screen reader directly. You can use this package not only for web accessibility testing, but also for testing desktop applications.