Class AxeResultEnhancedNode
Enhanced version of AxeResultNode. It contains the screenshot of the node.
Inheritance
object
AxeResultEnhancedNode
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
public class AxeResultEnhancedNode
Constructors
| Edit this page View SourceAxeResultEnhancedNode(AxeResultNode)
Initialize the AxeResultEnhancedNode with the AxeResultNode.
Declaration
public AxeResultEnhancedNode(AxeResultNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| AxeResultNode | node |
Properties
| Edit this page View SourceNode
Original Axe result node
Declaration
public AxeResultNode Node { get; }
Property Value
| Type | Description |
|---|---|
| AxeResultNode |
Screenshot
The screenshot of the node, if available. in byte array format, representing the image in PNG format.
Declaration
public byte[] Screenshot { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |