ClassHtmlWaitExtensions
Class
Class to extend the legacy HtmlWait. Adds ForSelectedIndex and ForSelectedValue methods.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class HtmlWaitExtensions
Inheritance: objectHtmlWaitExtensions
Methods
ForSelectedIndex(HtmlWait, int, int)
Wait for a specific selected index of the drop down.
ForSelectedValue(HtmlWait, string, int)
Wait for a specific selected value of the drop down.