Interface IAccessibilityChecker
The Accessibility interface.
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public interface IAccessibilityChecker
Properties
| Improve this Doc View SourceDriver
Gets or sets webDriver to use.
Declaration
IWebDriver Driver { get; set; }
Property Value
Type | Description |
---|---|
OpenQA.Selenium.IWebDriver |
Methods
| Improve this Doc View SourceCaptureResult(String)
This captures the AODA result for this webpage.
Declaration
void CaptureResult(string providedPageTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | providedPageTitle | Title of the page. |
LogResults(String)
Logs the result for this file.
Declaration
void LogResults(string folderLocation)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderLocation | Location to save all the results. |