DxBear

Results 5 issues of DxBear

Hello, First of all, thank you for this amazing library! It's fast and works flawlessly. I have a question or possibly a feature request: How can I generate a unique...

enhancement

How To Use session with async get hrequests.async_get when to close the session if im using map to send all the requests

I tested Simple Example opening a web page and do some stuff why it is very slow to start the browser and loading page is freezing while other frameworks works...

2025-02-04T20:52:35.597Z File "/app/venv/lib/python3.10/site-packages/playwright/async_api/_generated.py", line 8985, in goto 2025-02-04T20:52:35.599Z await self._impl_obj.goto( 2025-02-04T20:52:35.601Z File "/app/venv/lib/python3.10/site-packages/playwright/_impl/_page.py", line 551, in goto 2025-02-04T20:52:35.602Z return await self._main_frame.goto(**locals_to_params(locals())) 2025-02-04T20:52:35.604Z File "/app/venv/lib/python3.10/site-packages/playwright/_impl/_frame.py", line 145, in goto 2025-02-04T20:52:35.606Z await...

bug