web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

remote control own local browser chrome from server

Open Firegolden opened this issue 9 months ago • 1 comments

Hi experts,

I deploy the web ui service on ubuntu follow the first installation method, not docker. And now, I can access the UI page from local windows, and use it to do normal web operations in real time, but not in my own browser. Now, I want to use my own browser that if i select the "Use Own Browser". However, the ubuntu server console reported an error:

ERROR    [browser] Failed to initialize Playwright browser: [Errno 2] No such file or directory: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe'
WARNING  [browser] Page load failed, continuing...

How to solve it? Does it have to be a local app? if is possible to start and control local own browser remote browser from server, make it a service?

Firegolden avatar Mar 28 '25 04:03 Firegolden

Hey, go in your .env file, and check if the CHROME_PATH , and CHROME_USER_DATA are correct

HunainAdnan avatar Apr 10 '25 06:04 HunainAdnan