Chromium losed without any return to LLM which cause the process stuck
Opened this issue · 5 comments
DeanFan1994 commented
1.playwright_close()
This tool doesn't return anything , which stuck the interaction with LLM
- playwright_navigate()
This tool is trying to call chromium-1179 , but the latest chromium version is already 1181 , which cause path error while LLM trying to open chrome.exe
zb2947244682 commented
Same Question
oovz commented
Just manually install the last version
npx playwright@1.53.2 install --with-deps
AnnaSuSu commented
Same Question 同样的问题
coolxll commented
Just manually install the last version
npx playwright@1.53.2 install --with-deps
thanks, solved the problem
YL2014 commented
After executing npx playwright install, check that the latest installed version is chromium-1187, then create a soft link to 1179. The command is as follows: ln -s ~/Library/Caches/ms-playwright/chromium-1187 ~/Library/Caches/ms-playwright/chromium-1179