Marco Perini

Results 22 comments of Marco Perini

hey @ChrisDelClea Chris, yes it is a feature to implement! Right now it is iterating over the SmartScraper instances so it is sequential but we could implement an `async`/`await` mechanism...

@DiTo97 That would be sweet!

Hey @Bandit253 can you try re-installing it now in a new virtual environment?

### TODO 🐱 - [x] test it with different batchsizes and system configuration; - [ ] update docs with benchmarks.

Hey try setting the following in the `graph_config` and see the output ```python "verbose":True, "headless":False ```

Really cool! Can you give me a webpage example that can bypass? Let's have a chat on Discord ;)

Yess I checked your repo and tested your PR, actually the time is perfect, let's discuss it later ;) DM me on Discord

Hey @diptanu that would be cool! Let's talk about it

Hey @abc-africa it is in the to-do list. It can be done by modifying the [ChromiumLoader](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/scrapegraphai/docloaders/chromium.py) to allow connections to existing chromium instances [here](https://stackoverflow.com/questions/71362982/is-there-a-way-to-connect-to-my-existing-browser-session-using-playwright). Opened a branch if you'd like...