Activity «Highlight Sap Gui element on screen» can be found in section «Sap»
Activity highlights the element on the screen. The element is being highlighted with the red rectangle for the specified period of time.
Property; Class; Type; Options; Description
XPath; In; String; With XPath; Path to the element on the screen described as XPath.
Timeout (s); In; Int32; With XPath; Timeout for element search using selector (XPath). If the element won't be found within the specified period, it will trigger error (exception).
UI element; In; Activities.Desktop.Core.UIElement; With Sap Gui element; The element to be highlighted.
Duration; In; Int32; *; Time period in seconds for which the element should be highlighted.
Option; Description
With XPath; By searching with XPath.
With Sap Gui element; By pointing to the concrete element.