Activity «Check Web Element Existence» can be found in section «Web».
Activity verifies the existence of the element on the specified browser page.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
Result; Out; Boolean; Element search result
Search by; In; Web.Core. ElementSearchBy; 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; 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; 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