Remote Browser 支持
远程浏览器支持允许 Cline 利用远程 Chrome 实例,利用与某些 Web 开发测试用例相关的身份验证令牌和会话 cookie。
Last updated
Can you start my React app with "npm start" and then check if it's working properly at http://localhost:3000?Can you visit https://example.com and tell me what you think about its design and layout?Please go to https://example.com/contact, fill out the contact form with some test data, and sClose the browser and then update the CSS file to fix the alignment issue we saw.# Allow WSL to connect to Chrome's debugging port
New-NetFirewallRule -DisplayName "WSL Chrome Debug" -Direction Inbound -LocalPort 9222 -Protocol TCP -Action Allow