Activity «Type value into web element» can be found in section «Web».
Activity simulates the input of data into web-element fields.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
Text; In; String; *; String with data which should be input into web-element
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