Wait Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Provide wait functionality for an Element object.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.SynchronizationWait
    ArtOfTest.WebAii.Controls.HtmlControlsHtmlWait

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

public class Wait

The Wait type exposes the following members.

Properties

  NameDescription
Public propertyTimeout
Gets/Sets the timeout for all Wait.Forxx methods. Default=Settings.ExecuteCommandTimeout
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleForAttributes(String)
Wait for a set of attributes on this element. (Timeout = Wait.Timeout)
Public methodCode exampleForAttributes(Int32, String)
Wait for a set of attributes on this element.
Public methodForAttributesNot(String)
Wait for a set of attributes to no longer be true. (Timeout = Wait.Timeout)
Public methodForAttributesNot(Int32, String)
Wait for a set of attributes to no longer be true.
Public methodForCondition(FuncElement, Object, Boolean, Boolean, Object, Int32)
Wait for a custom condition on this element.
Public methodForCondition(FuncElement, Object, Boolean, Boolean, Object, Int32, WaitResultType)
Public methodForContent(FindContentType, String)
Wait for certain content of this element to be true. (Timeout = Wait.Timeout)
Public methodForContent(FindContentType, String, Int32)
Wait for certain content of this element to be true.
Public methodForContentNot(FindContentType, String)
Wait for certain content of this element to no longer be true. (Timeout = Wait.Timeout)
Public methodForContentNot(FindContentType, String, Int32)
Wait for certain content of this element to no longer be true.
Public methodForExists
Wait for this element to exist in the DOM.
Public methodForExists(Int32)
Wait for this element to exist in the DOM.
Protected methodForExists(Int32, Boolean)
Wait for an element and decide on whether to refresh the element.
Public methodForExistsNot
Wait for this element not to exist in the DOM
Public methodForExistsNot(Int32)
Wait for this element not to exist in the DOM.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference