go back
Go back in the browser navigation history to the previous page.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
None
This action may be used within the following project items: test modules and user-defined actions.
interface
use interface Sample
 
window
go back Browser
- This action is functionally equivalent to clicking the browser’s Back button.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of the argument, or the argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.