Capabilities
- Visit websites and view content
- Test locally running web applications
- Fill out forms and click elements
- Capture screenshots
- Monitor console logs and errors
- Scroll through pages
Basic Commands
Ask Cline to use the browser with simple instructions:Example Workflows
Testing a Web Application
Analyzing a Website
Form Testing
Important Details
One Browser at a Time
Cline can only use one browser at a time. To visit a different site:- Navigate to a new URL in the same session
- Or close the browser and open a new one
Close Before Other Tools
Close the browser before editing files or running commands:Fixed Viewport
The browser has a fixed 900x600 pixel viewport. Cline shares screenshots after each action so you see exactly what he sees.Console Logs
Cline captures browser console logs, helpful for debugging. These are included with each screenshot.Common Use Cases
- Web Development: Test websites and applications
- UI/UX Review: Get feedback on design and usability
- Content Research: Browse to gather information
- Form Testing: Verify forms work correctly
- Responsive Testing: Check appearance at different sizes
Troubleshooting
| Issue | Solution |
|---|---|
| Website doesn’t load | Use full URL with http:// or https:// |
| Click doesn’t work | Describe element location more precisely |
| Browser seems stuck | Close browser and try again |
WSL Configuration
When running VS Code in WSL, configure Windows to allow WSL to connect to Chrome:Allow Connection (PowerShell as Admin)
Configure Cline
- Open VS Code settings
- Search for “Cline: Chrome Executable Path”
- Set to your Chrome path (e.g.,
C:\Program Files\Google\Chrome\Application\chrome.exe)

