Show / Hide Table of Contents

Class AxeDriver

This is the driver to deal with Axe.core.

Inheritance
System.Object
AxeDriver
Implements
IAccessibilityChecker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class AxeDriver : IAccessibilityChecker

Constructors

| Improve this Doc View Source

AxeDriver(IWebDriver)

Initializes a new instance of the AxeDriver class.

Declaration
public AxeDriver(IWebDriver driver)
Parameters
Type Name Description
OpenQA.Selenium.IWebDriver driver

driver to use.

| Improve this Doc View Source

AxeDriver(IWebDriver, ILogger)

Initializes a new instance of the AxeDriver class.

Declaration
public AxeDriver(IWebDriver driver, ILogger logger)
Parameters
Type Name Description
OpenQA.Selenium.IWebDriver driver

driver to use.

Microsoft.Extensions.Logging.ILogger logger

Logger to use.

Properties

| Improve this Doc View Source

Driver

Gets or sets webDriver to use.

Declaration
public 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
public 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
public void LogResults(string folderLocation)
Parameters
Type Name Description
System.String folderLocation

Location to save all the results.

Implements

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