-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
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 is not running! #45
Comments
I have opened PR to fix this. you can look the code there |
Maybe you can add function to this class to choose the directory as options param and create PR for new feature |
Hi @arcadia-ai! You can specify the browser location, take a look at this example: from pydoll.browser.chrome import Chrome
from pydoll.browser.options import Options
async def main():
options = Options()
options.binary_location = '/your/path/to/chrome'
async with Chrome(options=options) as chrome:
.... Also, sorry for the poor documentation, I'll improve during this week :) |
Yes, I have set the chrome path as you recommended, and this chrome is the stable version I downloaded based on this link https://googlechromelabs.github.io/chrome-for-testing/, but it seems that even this will have such a problem |
I ran the program following the quick start instructions, and it resulted in an error.

python version:3.12.5
The text was updated successfully, but these errors were encountered: