DesktopElement
Class
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DesktopElement : ITargetElement
Inheritance: objectDesktopElement
Implements:
Fields
C#
protected DesktopFind find
nativeElement
IUIAutomationElement
C#
protected IUIAutomationElement nativeElement
Properties
C#
public virtual string AutomationId { get; }
C#
public virtual int ControlType { get; }
C#
public string ControlTypeName { get; }
C#
public DesktopFind Find { get; }
C#
public virtual string FrameworkId { get; }
C#
public virtual bool HasKeyboardFocus { get; }
C#
public IAutomationHost Host { get; }
C#
public virtual bool IsKeyboardFocusable { get; }
C#
public virtual bool IsOffscreen { get; }
C#
public virtual string LocalizedControlType { get; }
Methods
C#
public T As<T>() where T : DesktopControl
T
C#
public T CastIncludingAncestors<T>(int depth = 5) where T : DesktopControl
T
C#
public void SetFocus()