Show / Hide Table of Contents

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 Source

AxeResultEnhancedNode(AxeResultNode)

Initialize the AxeResultEnhancedNode with the AxeResultNode.

Declaration
public AxeResultEnhancedNode(AxeResultNode node)
Parameters
Type Name Description
AxeResultNode node

Properties

| Edit this page View Source

Node

Original Axe result node

Declaration
public AxeResultNode Node { get; }
Property Value
Type Description
AxeResultNode
| Edit this page View Source

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[]
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2025 AXA France, All rights reserved.