Class ScreenshotReport
The screenshot that is included in the test report. Screenshot can be visualized via ReportViewer
Inheritance
System.Object
ScreenshotReport
Namespace: AxaFrance.WebEngine.Report
Assembly: AxaFrance.WebEngine.dll
Syntax
[Serializable]
public class ScreenshotReport
Properties
| Improve this Doc View SourceData
The binary data of the screenshot (as png or jpg file stream)
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Id
The identifier of the screenshot for html report viewing experience.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name or brief descrption of the screenshot.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |