playwright-community/heroku-playwright-buildpack

failed to find

wanghaisheng opened this issue · 2 comments

        browser = playwright.firefox.launch(headless=headless)
        print('default is pass')
    except:
        executable_path=os.environ.get("firefox_executable_path")
        print('looking for env')

firefox_eL0VMz5AXU

is there any thing missing

keep go to except print looking for env....

dpkg-query: package 'playwright' is not installed
if i run in console

even try to set env as

        # /app/.heroku/python/lib/python3.9/site-packages/playwright/driver/package/.local-browsers/firefox-1319

/app/.heroku/python/lib/python3.9/site-packages/playwright/driver/package/.local-browsers/chromium-97

dot not work