Information in this topic applies only to web tests that implement the default approach. This method is not supported in cross-platform web tests. |
Description
Closes the panel or the message.
Declaration
TestObj.Close()
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Result | None |
Applies To
The method is applied to the following objects:
AngularUI Bootstrap Alert, AngularUI Bootstrap Modal, Bootstrap Alert and 6 more objects, Bootstrap Modal, Ext JS Accordion, Ext JS Grid Panel, Ext JS Panel, Ext JS Tab, Ext JS Tree Panel « Collapse the list
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Result Value
None.
Remarks
If the panel or message cannot be closed, the method fails and posts an error message to the test log.
The script recorder recognizes mouse clicks on the “x” buttons within the panel's header and records the Close
command.
See Also
Collapse Action (Specific to Ext JS Panel Controls)
Expand Action (Specific to Ext JS Panel Controls)
wExpanded Property (Specific to Ext JS Panel Controls)