Activity «Web element click» can be found in section «Web».
Activity simulates the click on the Web-element. Activity works in background mode. PC user can still control mouse cursor while the activity is used.
Property; Class; Type; Options; Description
Browser; In; Web.Core. WebBrowser; Through web element search; Active browser window
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)
Option; Description
Through web element search; With search through web-elements
With web element; With the setup of precise web-element