3.1+5.12
Inspecting components

When working with scripts, it is sometimes helpful to be able to display a list of the methods of a GUI element.

Every GUI object has certain (public) methods and fields which can be accessed in a 'SUT script' as soon as it has access to the object (see subsection 11.2.4). To display these, select the »Show methods for component...« from the context menu of a node below the 'Windows and components' branch or right-click the component itself in component recording mode (see section 4.4).

Web The methods and fields that are displayed for HTML elements in a browser cannot be used directly with the object returned by rc.getComponent(). They are JavaScript methods and properties that must be embedded in evalJS (see section 51.11).