Class
DesktopFindExpression

Holds a desktop element FindExpression.

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.FindExpressions

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class DesktopFindExpression : FindExpression<DesktopFindClause>, IFindExpression

Inheritance: objectFindExpression<DesktopFindClause>DesktopFindExpression

Implements: IFindExpression

Inherited Members FindExpression<DesktopFindClause>.AppendChain(IFindExpression)FindExpression<DesktopFindClause>.AppendClauses(bool, params string[])FindExpression<DesktopFindClause>.Initialize(string[])FindExpression<DesktopFindClause>.Match(ITargetElement)FindExpression<DesktopFindClause>.Match(ITargetElement, IList<FindClause>, bool)FindExpression<DesktopFindClause>.Match(ITargetElement, IList<FindClause>, bool, ITargetElement)FindExpression<DesktopFindClause>.CheckConstraints(ITargetElement)FindExpression<DesktopFindClause>.GetClauses(int)FindExpression<DesktopFindClause>.AddHierarchyConstraint(HierarchyConstraint)FindExpression<DesktopFindClause>.ToString()FindExpression<DesktopFindClause>.Update(string[])FindExpression<DesktopFindClause>.FindClausesFindExpression<DesktopFindClause>.IsChainedFindExpression<DesktopFindClause>.HasConstraintsFindExpression<DesktopFindClause>.ConstraintsFindExpression<DesktopFindClause>.ChainStopsFindExpression<DesktopFindClause>.HasHierarchicalDependencyFindExpression<DesktopFindClause>.StringRepresentationFindExpression<DesktopFindClause>.Clauses

Constructors

DesktopFindExpression(params string[])

Create new instance of DesktopFindExpression class.

Declaration

cs-api-definition
public DesktopFindExpression(params string[] clauses)

Parameters

clauses

string[]

Find clauses.

Properties

SupportedSearchType

Gets the supported search type as a Type object.

Declaration

cs-api-definition
public override Type SupportedSearchType { get; }

Property Value

Type

Overrides FindExpression<DesktopFindClause>.SupportedSearchType

Methods

AddClause(string)

Add the clause to the collection.

Declaration

cs-api-definition
public override void AddClause(string clause)

Parameters

clause

string

The clause to add.

Overrides FindExpression<DesktopFindClause>.AddClause(string)