pydoll icon indicating copy to clipboard operation
pydoll copied to clipboard

Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions. It supports Python's asynchronous features, enhancing performance and enabling event ca...

Results 64 pydoll issues
Sort by recently updated
recently updated
newest added

I've run the following test code: ``` import asyncio from pydoll.browser.chrome import Chrome from pydoll.constants import By async def main(): # Start the browser with no additional webdriver configuration! async...

bug

so very sorry to ask such basic questions like these. Still hoping for some guidance if possible. I was very excited to see this project mentioned in Reddit. Tried many...

Some comments and docstrings remain in Portuguese. We just need to change them to English to maintain consistency.

good first issue

Currently, the Cloudflare captcha bypass is not automatic, requiring the user to click the checkbox. The idea of this issue is to register a callback whenever the page loads to...

enhancement

To my understanding, it doesn't require a chrome web-browser. Or am I missing something? Here's the error I got: ```bash /Users/wittmannf/miniconda3/bin/python /Users/wittmannf/repos/misc/with_pydoll.py Traceback (most recent call last): File "/Users/wittmannf/repos/misc/with_pydoll.py", line...