Chromewright
JSON →Browser automation via Chrome DevTools Protocol
Tools · 17
- snapshot Reads the current page state as a structured snapshot
- inspect_node Inspects a specific DOM node by its reference
- get_markdown Extracts page content as markdown
- extract Extracts structured data from the page
- read_links Reads all links from the current page
- navigate Navigates to a URL
- click Clicks on an element identified by cursor or node_ref
- input Inputs text into a form field
- select Selects an option from a dropdown
- hover Hovers over an element
- press_key Presses a keyboard key
- scroll Scrolls the page
- wait Waits for a specified condition or duration
- new_tab Creates a new browser tab
- tab_list Lists all open tabs
- close_tab Closes a specific tab (requires confirmation for unmanaged tabs)
- screenshot Takes a screenshot of the page or a region