Activity «Select an option from the list.» can be found in section «Web».
Activity pick up the element from drop-down menu. For this to work correctly the concrete path to the element with tag <Option> should be set.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
Web element; In; Web.Core. WebElement; With web element; Web-element which is used for
Search by; In; Web.Core. ElementSearchBy; Through web element search; Element search criteria. The search could be executed according to one of the following criterias: 1) ID - suitable tag element. 2) Class - desired web-element class. 3) Name - suitable tag element. 4) XPath - element path, could be used both full or shortcut. Each of criterias could be stated manually or via WebSelector - special assistant
Search parameter; In; String; Through web element search; Search criteria value ("Search by" property). If there is ID stated in search criteria, then in the property field the exact ID for the search should be stated
Timeout (sec.); In; Int32; Through web element search; Search timeout in seconds. If the element won't be found within specified period, it will trigger error (exception)
Browser; In; Web.Core. WebBrowser; *; Active browser window
Option; Description
Through web element search; With search through web-elements
With web element; With the setup of precise web-element