ClassDesktopFindExpression
Class
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:
Inherited Members
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
Overrides
Methods
AddClause(string)
Add the clause to the collection.
Declaration
cs-api-definition
public override void AddClause(string clause)
Parameters
clause
The clause to add.
Overrides