HtmlWaitExtensions Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class to extend the legacy HtmlWait. Adds ForSelectedIndex and ForSelectedValue methods.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Controls.HtmlControlsHtmlWaitExtensions

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

public static class HtmlWaitExtensions

The HtmlWaitExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberForSelectedIndex
Wait for a specific selected index of the drop down.
Public methodStatic memberForSelectedValue
Wait for a specific selected value of the drop down.
Top
See Also

Reference