IAutomationHostState Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public interface IAutomationHostState : IAutomationHost, 
	ISupportSearchHost

The IAutomationHostState type exposes the following members.

Properties

  NameDescription
Public propertyFriendlyName
A friendly name that represents this host.
(Inherited from IAutomationHost.)
Public propertyStateHashCode
Returns a hashcode that uniquely identifies the current content state of this host.
(Inherited from IAutomationHost.)
Public propertyTechnologyType
Get the technology type of the host
(Inherited from IAutomationHost.)
Public propertyUniqueId
Returns a unique id that identifies this host
(Inherited from IAutomationHost.)
Top
Methods

  NameDescription
Public methodCapture
Return a bitmap of the host
(Inherited from IAutomationHost.)
Public methodEnsureStateIsCurrent
Force the automation host to be up to date. (i.e. RefreshDomTree in Html)
(Inherited from IAutomationHost.)
Public methodGetChildHosts
Return a list of child automation host that this host contains.
(Inherited from IAutomationHost.)
Public methodGetHostRoot
Return the root target element of this host.
(Inherited from IAutomationHost.)
Public methodGetStateAsImage
Get the automation host state as an image
Public methodGetStateAsString
Get the automation host state as a string.
Public methodLocateAllInHost
Find all target elements from the root of this host.
(Inherited from ISupportSearchHost.)
Public methodLocateInHost
Find a target element from the root of this host.
(Inherited from ISupportSearchHost.)
Public methodSetWindowFocus
Makes the window containing this host active
(Inherited from IAutomationHost.)
Public methodUpdateInterHostLinks
Ensures that any links between hosts are up-to-date (Infrastructure use only)
(Inherited from IAutomationHost.)
Public methodValidateMouseLocation
Validate the location of the mouse.
(Inherited from IAutomationHost.)
Top
See Also

Reference