This could be caused by one of two factors:
You have an older version of OS, which does not have required drivers. Check https://playwright.dev/python/docs/intro#system-requirements
Incorrect browser path, try:
export PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers
playwright install chromium