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
playwright:click_element
Click on an element identified by CSS selector.
Write
Medium risk
Close Session
playwright:close_session
Close a browser session and clean up resources.
Write
Medium risk
Create Session
playwright:create_session
Create a new browser session for automation tasks.
Write
Medium risk
Execute Script
playwright:execute_script
Execute JavaScript code in the browser context.
Write
Medium risk
Fill Input
playwright:fill_input
Fill text into an input field identified by CSS selector.
Write
Medium risk
Get Page Info
playwright:get_page_info
Get current page information including URL, title, and status.
Read
Low risk
Get Text
playwright:get_text
Extract text content from an element identified by CSS selector.
Read
Low risk
List Sessions
playwright:list_sessions
List browser sessions with optional filtering.
Read
Low risk
Navigate To Page
playwright:navigate_to_page
Navigate to a specific URL in a browser session.
Write
Medium risk
Take Screenshot
playwright:take_screenshot
Take a screenshot of the current page or specific element.
Write
Medium risk
Wait For Element
playwright:wait_for_element
Wait for an element to appear, disappear, or change state.
Write
Medium risk