I’m trying to run a browser test on linux (AlmaLinux 8.10 -Cerulean Leopard), and get the following error.
Have installed node.js, Browser library and succesfully run rfbrowser init.
THE ERROR:
[FAIL] Error: browserType.launch:
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Please install them with the following command: ║
║ ║
║ sudo npx playwright install-deps ║
║ ║
║ Alternatively, use apt: ║
║ sudo apt-get install libatk-bridge2.0-0\ ║
║ libdrm2\ ║
║ libatspi2.0-0\ ║
║ libgbm1\ ║
║ libasound2 ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════╝
Installed Python version is Python 3.11.7
Installed Browser library version is: “18.0.0”
Robot Framework version: “6.1.1”
Installed Playwright is: “1.40.0”