ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.SelectDropDown(targetElement, itemText) method
Namespaces > ArtOfTest.WebAii.Core > Actions > SelectDropDown(Element, String)
Selects a drop down item from the drop down list using the item's text.
Syntax
C#
public virtual void SelectDropDown (
	Element targetElement,
	string itemText
)
Parameters
targetElement (Element)
The target element.
itemText (String)
The text of the item to select.
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)