Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Click Element
puppeteer:click_element
Click on an element on the webpage identified by CSS selector.
Write
Medium risk
Execute Javascript
puppeteer:execute_javascript
Execute custom JavaScript code in the browser context and return the result.
Write
Medium risk
Extract Text
puppeteer:extract_text
Extract text content from a webpage, optionally filtered by CSS selector.
Write
Medium risk
Fill Form Field
puppeteer:fill_form_field
Fill a form field with text, simulating human typing behavior.
Write
Medium risk
Generate Pdf
puppeteer:generate_pdf
Generate a PDF from a webpage with customizable formatting options.
Write
Medium risk
Get Page Info
puppeteer:get_page_info
Get comprehensive information about a webpage including title, URL, meta tags, and performance.
Read
Low risk
Navigate To Page
puppeteer:navigate_to_page
Navigate to a webpage and wait for it to load completely.
Write
Medium risk
Take Screenshot
puppeteer:take_screenshot
Take a screenshot of a webpage and return the image data.
Write
Medium risk
Wait For Element
puppeteer:wait_for_element
Wait for an element to appear, disappear, or change state on the page.
Write
Medium risk