AutoRefreshAllAction
The AutoRefreshAllAction action resets the active tool by releasing all of the objects that are currently loaded.
<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"/>