ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.DoSelectDropDown(targetElement, data) method
Namespaces > ArtOfTest.WebAii.Core > Actions > DoSelectDropDown(Element, String)
Performs the select drop down action.
Syntax
C#
protected virtual void DoSelectDropDown (
	Element targetElement,
	string data
)
Parameters
targetElement (Element)
The target element.
data (String)
The data to pass to the browser that provides information on how to do the select.

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