HtmlWaitExtensionsForSelectedIndex Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wait for a specific selected index of the drop down.

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

public static void ForSelectedIndex(
	this HtmlWait wait,
	int index,
	int timeout
)

Parameters

wait
Type: ArtOfTest.WebAii.Controls.HtmlControlsHtmlWait
The wait object.
index
Type: SystemInt32
The selection index to wait for.
timeout
Type: SystemInt32
The timeout to use.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlWait. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference