Agentic Browser Tools (Experimental) in VS Code
Visual Studio Code shows how its experimental Agentic Browser Tools let agents open pages, read content, click elements, and verify changes from the integrated browser while you build a web app.
Agentic Browser Tools (Experimental) in VS Code
Agents can now use the integrated browser inside VS Code to:
- Open pages
- Read page content
- Click elements
- Verify changes directly in the browser
This is aimed at helping while building a web app, with the browser/agent loop happening inside the editor.
How to enable
Turn on the experimental setting:
workbench.browser.enableChatTools
Learn more
- Learn mode: https://aka.ms/VSCode/AgenticBrowserTools