AutoRefreshAllAction

The AutoRefreshAllAction action resets the active tool by releasing all of the objects that are currently loaded.

Declare the AutoRefreshAllAction action as a child of a root <testcase> element by using the <action> element. Set the value for the name attribute of the <action> element to identify the name and package of the action.

<testcase>
<action name="cmc/automation/AutoRefreshAllAction">
...
</action>
</testcase>

Parameters

This action does not accept any parameters.

Example

The following code snippet shows an example of the AutoRefreshAllAction action:

<!-- Refresh all -->
<action name="cmc/automation/AutoRefreshAllAction"/>