Skip to main content

Click

Description: Tap or click on elements Clicks on any clickable element such as buttons, links, or interactive components. The system will automatically detect and interact with the element with the provided description at the specified location. Examples:
  • Click the ‘Submit’ button
  • Click on the login link
  • Click the menu toggle button

Hover

Description: Hover over elements Moves the mouse cursor over an element to trigger hover effects, tooltips, or dropdown menus. Useful for revealing hidden content or testing hover states. Examples:
  • Hover over the user menu to show dropdown
  • Hover on product image to show zoom
  • Hover over help icon for tooltip

Scroll

Description: Scroll through content Scrolls the page in the specified direction. Can scroll up or down by ‘times’ or to specific elements. Examples:
  • Scroll down 3 times
  • Scroll up 8 times

Go Back

Description: Navigate to previous page Navigates to the previous page in the browser history, simulating the browser’s back button functionality. Examples:
  • Go back

Go Forward

Description: Navigate to next page Navigates to the next page in the browser history, simulating the browser’s forward button functionality. Examples:
  • Go forward

Refresh Page

Description: Reload current page Reloads the current page, refreshing all content and state. Useful for testing page load behavior or clearing temporary states. Examples:
  • Refresh the current page
  • Reload page content
  • Reset page state

Go Home

Description: Return to home screen Navigates to the application’s home page or main dashboard, regardless of current location. Examples:
  • Go to home page

Go to URL

Description: Navigate to specific URL Navigates directly to a specified URL. Can be used to jump to any page within the application. Examples:

Restart App

Description: Restart the application Completely restarts the application, clearing all state and returning to the initial application state. Examples:
  • Restart the entire application

Usage Tips

  • Click interactions: Use descriptive text that matches what users would naturally look for
  • Hover effects: Great for testing dropdown menus and tooltips
  • Scrolling: Useful for infinite scroll testing and reaching content below the fold
  • Navigation: Test browser history functionality and deep linking
  • App restart: Essential for testing application initialization and state management
I