ClassElementImageData
Definition
Namespace:ArtOfTest.WebAii.Design.ImageCapturing
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class ElementImageData
Inheritance: objectElementImageData
Constructors
ElementImageData()
Declaration
public ElementImageData()
ElementImageData(ElementImageData)
Declaration
public ElementImageData(ElementImageData dataToClone)
Parameters
dataToClone
Properties
BrowserType
Declaration
public BrowserType BrowserType { get; set; }
Property Value
Id
A unique Id, used to distinguish between different instances of ElementViewViewModel where this ElementImageData is used. The Id is used runtime-only and is not stored on the file system. Different instances of ElementImageData that represent different step shadows will have the same Id as long as they are merged as the a single ElementViewViewModel
Key
The key that is used to store the element image in the TestElementImageStore
Methods
Clone()
Clone the existing ElementImageData
Declaration
public ElementImageData Clone()
Returns
The cloned ElementImageData
SetFromImageSearchClause(ImageSearchClause)
Sets properties from ImageSearchClause
Declaration
public void SetFromImageSearchClause(ImageSearchClause imgClause)
Parameters
imgClause