Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium.
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
public delegate byte[] PageReportBuilder.GetScreenshotDelegate(AxeResultNode node, PageReportOptions options)
Parameters
| Type |
Name |
Description |
| AxeResultNode |
node |
Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium. |
| PageReportOptions |
options |
Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium. |
Returns
| Type |
Description |
| byte[] |
Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium. |