executeautomation/mcp-playwright

Chromium losed without any return to LLM which cause the process stuck

Opened this issue · 5 comments

1.playwright_close()
This tool doesn't return anything , which stuck the interaction with LLM

  1. 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

Same Question

oovz commented

Just manually install the last version

npx playwright@1.53.2 install --with-deps

Same Question 同样的问题

Just manually install the last version

npx playwright@1.53.2 install --with-deps

thanks, solved the problem

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