豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 828 Bytes

File metadata and controls

41 lines (23 loc) · 828 Bytes

Chrome DevTools MCP Slim Tool Reference (~368 cl100k_base tokens)

Navigation automation

navigate

Description: Load URL in the browser

Parameters:

  • url (string) (required): Page URL

Debugging

evaluate

Description: Evaluate a JavaScript function on the last loaded page

Parameters:

  • fn (string) (required): A JavaScript function to be executed on the active page

screenshot

Description: Take a screenshot of the active page.

Parameters: None