ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.SelectDropDown(targetElement, text, useValue) method
Namespaces > ArtOfTest.WebAii.Core > Actions > SelectDropDown(Element, String, Boolean)
Selects a drop down item from the drop down list using the item's text or the items option value (if useItemValue = true).
Syntax
C#
public virtual void SelectDropDown (
	Element targetElement,
	string text,
	bool useValue
)
Parameters
targetElement (Element)
The target element.
text (String)
The text of the item to select.
useValue (Boolean)
If true, the text is the value of the item not it's textual representation.
Remarks
This function performs a case-insensitive search for the itemText in the list of the drop down items.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)