Thalison Fernandes

Results 15 issues of Thalison Fernandes

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

Add more examples of uses and show all the functionalities

### **PR Type** Bug fix, Tests ___ ### **Description** - Added a delay after closing the browser to ensure proper shutdown. - Improved temporary directory cleanup by using `cleanup()` instead...

bug
Review effort 2/5

# Refactoring Pull Request ## Refactoring Scope All codebase ## Description This refactoring aims to facilitate future maintenance. The file structure was reorganized for better readability, and type hints were...

refactor

Make it trivial to use Pydoll inside Scrapy without custom glue code. The plugin should let a spider opt-in per request to drive a headless tab, run small actions (clicks,...

enhancement
future planning

It would be useful to expose Pydoll as an HTTP service, so external systems can trigger crawls without writing Python code. The idea is to add a CLI command: ```bash...

enhancement
future planning

Currently, browser_preferences in ChromiumOptions is a generic dict without type safety, making it error-prone and difficult to maintain. **Problems:** No type validation: `_browser_preferences`: dict accepts any structure Unsafe path access:...

enhancement

The main motivation is to make the output more suitable for LLM ingestion, dataset creation, and reproducible text comparisons. Markdown provides a cleaner, more standardized structure compared to raw HTML,...

enhancement
future planning