ServiceNow / WorkArena

WorkArena: How Capable are Web Agents at Solving Common Knowledge Work Tasks?
https://servicenow.github.io/WorkArena/
Other
122 stars 11 forks source link

Install playwright first as it required for workarena-install #20

Closed ollmer closed 3 months ago

ollmer commented 3 months ago

I have tried to install WorkArena as described in the readme on a MacOS and got the following error during workarena-install step:

playwright._impl._api_types.Error: Executable doesn't exist at /Users/ollmer/Library/Caches/ms-playwright/chromium-1084/chrome-mac/Chromium.app/Contents/MacOS/Chromium
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated.       ║
║ Please run the following command to download new browsers: ║
║                                                            ║
║     playwright install                                     ║
║                                                            ║
║ <3 Playwright Team                                         ║
╚════════════════════════════════════════════════════════════╝

It looks like the order of the installation should be changed a little to work properly.