Class Desktop
Inheritance
System.Object
Desktop
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.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Desktop : IDisposable
Constructors
Desktop()
Declaration
public Desktop()
Properties
Annotator
KeyBoard
Mouse
ValidateMouseActionsWithinBrowserContent
Declaration
public bool ValidateMouseActionsWithinBrowserContent { get; set; }
Property Value
System.Boolean
|
Methods
DisableAutoDomRefresh()
Declaration
public void DisableAutoDomRefresh()
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
EnableAutoDomRefresh(IAutomationHost)
Declaration
public void EnableAutoDomRefresh(IAutomationHost targetBrowser)
Parameters
IAutomationHost
targetBrowser
|
ImageMatch(Image, Double, Int32)
Declaration
public Rectangle ImageMatch(Image image, double score, int index = 0)
Parameters
System.Drawing.Image
image
|
System.Double
score
|
System.Int32
index
|
Returns
System.Drawing.Rectangle
|
ImageMatches(Image, Double)
Declaration
public ReadOnlyCollection<Rectangle> ImageMatches(Image image, double score)
Parameters
System.Drawing.Image
image
|
System.Double
score
|
Returns
System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Rectangle>
|