Show / Hide Table of Contents

Interface IAccessibilityChecker

The Accessibility interface.

Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public interface IAccessibilityChecker

Properties

| Improve this Doc View Source

Driver

Gets or sets webDriver to use.

Declaration
IWebDriver Driver { get; set; }
Property Value
Type Description
OpenQA.Selenium.IWebDriver

Methods

| Improve this Doc View Source

CaptureResult(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX