puppeteer_click
Click a specified HTML element using a CSS selector within an active Puppeteer session, with optional wait for page navigation.
Instructions
Click an element on the current page. Requires sessionId to maintain state after navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to click | |
| sessionId | Yes | Session ID (required for stateful operation) | |
| waitForNavigation | No | Wait for navigation after click |