Browser Integration
Antigravity's Chrome extension lets agents autonomously interact with web applications ā navigating, clicking, filling forms, reading DOM state, and taking screenshots ā without you touching the browser.
Install Once, Use Always
Install the Antigravity Chrome extension from the Chrome Web Store. It connects automatically to any running Antigravity session. No per-project configuration needed ā it works across all your projects.
Full DOM Access
Agents can read any element on the page ā text, input values, computed styles, network responses. They use this to verify that UI changes actually work, not just that the code compiles.
Form Interaction
Agents fill text inputs, select dropdowns, tick checkboxes, click buttons, and handle file uploads. They can complete multi-step flows end-to-end ā login, navigate, submit, verify result.
Screenshot Artifacts
After every browser action, the agent captures a screenshot saved as a verifiable artifact in the Manager Surface. You can see exactly what the agent saw ā and share it as evidence of a working feature.
Agent Testing the Checkout Form
What Browser Agents Can Do
| Action | Example |
|---|---|
| Navigate | "Go to the product page for SKU #4821" |
| Click | "Click the Add to Cart button" |
| Fill forms | "Fill the shipping form with test data" |
| Read DOM | "What is the total shown in the order summary?" |
| Verify state | "Confirm the gift wrap checkbox is checked and £2.50 added" |
| Screenshot | Automatic after every significant step |
| Multi-step flows | "Complete a full checkout as a guest user" |
| Error detection | "Report any console errors or network 4xx/5xx responses" |
The browser agent works with any web app that runs in Chrome ā React, Vue, Next.js, plain HTML, Django, Rails. It doesn't care about the stack. As long as it runs on a URL, the agent can interact with it.