Class DesktopValuePattern
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopValuePattern : DesktopPattern
Constructors
DesktopValuePattern(DesktopElement)
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.String
value
|