Remotely controls a web browser to navigate pages, execute scripts, and interact with elements.
Enable Claude to browse the web by remotely controlling a Chrome or Chromium browser. This skill utilizes the Chrome DevTools Protocol (CDP) to perform actions like navigating to URLs, executing JavaScript on a page, taking screenshots of the viewport, and interactively selecting page elements. It is an essential tool for tasks that require accessing live web content, automating form submissions, or scraping data from websites.
Key Features
018 GitHub stars
02Remotely navigate to web pages in new or existing tabs
03Execute JavaScript within the context of the active page
04Capture screenshots of the current browser viewport
05Interactively pick and select page elements
Use Cases
01Scraping data from websites by executing custom JavaScript to extract information.
02Automating interactions with web forms for testing or data entry.
03Retrieving live information from web pages that lack a dedicated API.