Class AxeDriver
This is the driver to deal with Axe.core.
Inheritance
System.Object
AxeDriver
Implements
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 SourceAxeDriver(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. |
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 SourceDriver
Gets or sets webDriver to use.
Declaration
public 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
public void CaptureResult(string providedPageTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | providedPageTitle | Title of the page. |
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. |