browser class : GoBack() method
Description
Navigates back to previous page in the navigation history.
Syntax
instance.GoBack()
Arguments
None.
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.GoBack(); // Asynchronous navigation. |
Notes
If the previous page in the navigation history does not exist, nothing happens.
Moves asynchronously.
Events related to page navigation occur.
Links for reference
None.