Class
ImageSearchClause

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

BrowserType

Image

Image index.

Declaration

cs-api-definition
[DataMember]
public string Image { get; set; }

Property Value

string

Index

Occurance index.

Declaration

cs-api-definition
[DataMember]
public int Index { get; set; }

Property Value

int

MatchThreshold

Image matching threshold.

Declaration

cs-api-definition
[DataMember]
public int MatchThreshold { get; set; }

Property Value

int

OsVersion

OS Version where the image was captured.

Declaration

cs-api-definition
[DataMember]
public Version OsVersion { get; set; }

Property Value

Version

Resolution

Information about used screen resolution.

Declaration

cs-api-definition
[DataMember]
public Size Resolution { get; set; }

Property Value

Size

ScreenScale

Scale of the screen where the image was captured.

Declaration

cs-api-definition
[DataMember]
public float ScreenScale { get; set; }

Property Value

float

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

ImageSearchClause

The cloned ImageSearchClause