Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium.
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
public delegate AxeResult PageReportBuilder.AnalyzeDelegate(JObject axeConfig)
Parameters
| Type |
Name |
Description |
| JObject |
axeConfig |
Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium. |
Returns
| Type |
Description |
| AxeResult |
Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium. |