Method Highlight
Highlights the object in the AUT during runtimeUsage
Function Highlight()
Parameters
This method does not take parameters
Returns
No return value
Example
VBScript
Application("Demo").View("DemoView").Object("DemoObject").Highlight
JavaScript
Application("Demo").View("DemoView").Object("DemoObject").Highlight();