We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser = playwright.firefox.launch(headless=headless) print('default is pass') except: executable_path=os.environ.get("firefox_executable_path") print('looking for env')
is there any thing missing
keep go to except print looking for env....
The text was updated successfully, but these errors were encountered:
dpkg-query: package 'playwright' is not installed if i run in console
Sorry, something went wrong.
even try to set env as
# /app/.heroku/python/lib/python3.9/site-packages/playwright/driver/package/.local-browsers/firefox-1319
dot not work
No branches or pull requests
is there any thing missing
keep go to except print looking for env....
The text was updated successfully, but these errors were encountered: