Need Browser Path Property in Settings UI #3040
Swooperz
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I would love to see a browser path property for the browser tool to be exposed as a setting in the Visual Code UI.
I currently am modifying code on a raspberry pi remotely (Magic Mirror Modules) via ssh and when the agent attempts to run the browser tool, it fails because of the arm architecture of the Pi and the need for no-sandbox mode.
As a test, if I edit part of the Roo javascript, I am able to get it to use the raspberry pi's copy of Chromium correctly. This code here allows it to work for me:
this.browser=await e.puppeteer.launch({args:["--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", '--no-sandbox', '--disable-setuid-sandbox'],executablePath:'/usr/bin/chromium-browser',defaultViewport:this.getViewport()})
So, if we could expose location (executable path) and a possible args field, I peronsally would be forever grateful.
Thanks for your consideration! Thanks for all that you have done with Roo so far!
Beta Was this translation helpful? Give feedback.
All reactions