Class ReportingManager.StepData
Inheritance
ReportingManager.StepData
Syntax
public class StepData : object
Fields
Logs
Declaration
public List<ReportingManager.Log> Logs
Field Value
Status
Declaration
public ReportingManager.TestStatus Status
Field Value
Properties
ActionType
Declaration
public string ActionType { get; set; }
Property Value
Coordinates
Declaration
public string Coordinates { get; set; }
Property Value
Hierarchy
Declaration
public string Hierarchy { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Scene
Declaration
public string Scene { get; set; }
Property Value
ScreenshotAfter
Declaration
public string ScreenshotAfter { get; set; }
Property Value
ScreenshotBefore
Declaration
public string ScreenshotBefore { get; set; }
Property Value