ClassImageSearchClause
Class
Contains information about image search.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class ImageSearchClause
Inheritance: objectImageSearchClause
Constructors
ImageSearchClause()
Declaration
cs-api-definition
public ImageSearchClause()
Properties
BroweserType
Inforamtion about used browser type.
Declaration
cs-api-definition
[DataMember]
public BrowserType BroweserType { get; set; }
Property Value
Image
Image index.
Index
Occurance index.
MatchThreshold
Image matching threshold.
Declaration
cs-api-definition
[DataMember]
public int MatchThreshold { get; set; }
Property Value
OsVersion
OS Version where the image was captured.
Declaration
cs-api-definition
[DataMember]
public Version OsVersion { get; set; }
Property Value
Resolution
Information about used screen resolution.
ScreenScale
Scale of the screen where the image was captured.
Declaration
cs-api-definition
[DataMember]
public float ScreenScale { get; set; }
Property Value
ScrollOnImageSearch
Use scrolling when finding for element by image.
Declaration
cs-api-definition
[DataMember]
public bool? ScrollOnImageSearch { get; set; }
Property Value
bool?
Methods
Clone()
Clone the existing ImageSearchClause
Declaration
cs-api-definition
public ImageSearchClause Clone()
Returns
The cloned ImageSearchClause