Action Block
Action blocks simulate user interactions on webpages by performing mouse and keyboard operations.Overview
Action blocks allow you to:- Click elements on a webpage
- Type text into input fields
- Press keyboard keys (like Enter, Tab, etc.)
- Browser control actions such as refreshing a page, going back, or creating, closing, and switching tabs
Usage
Common actions include:click
: Click on buttons, links, or any clickable elementstype
: Enter text into input fields or text areaspress
: Trigger keyboard actions like Enter, Tab, or Escape