Overview

The Go Back step simulates clicking the browser’s back button, navigating to the previous page in the browser history.

Parameters

This step requires no additional parameters.

Examples

Basic Go Back

Navigate back to the previous page after completing an action.

Best Practices

Usage Scenarios

  • Return to previous page after form submission
  • Navigate back in multi-step workflows
  • Test browser history functionality

Timing Considerations

  • Allow time for page loads
  • Consider adding waits after navigation
  • Handle dynamic content loading

Common Issues

No Previous Page

  • Ensure there’s a previous page in history
  • Handle cases where back navigation isn’t available

Page State Changes

  • Account for form data loss
  • Handle dynamic page updates
  • Consider page refresh behavior