DesktopFind
Class
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DesktopFind
Inheritance: objectDesktopFind
Properties
C#
public IDesktopAutomationHost OwnerHost { get; }
Methods
C#
public DesktopElement[] AllByExpression(DesktopFindExpression expression, int maxDepth = 50, int maxRetries = 3, int retryDelay = 250)
C#
public DesktopElement ByExpression(DesktopFindExpression expression, int maxDepth = 50, int maxRetries = 3, int retryDelay = 250)