Thalison Fernandes
Thalison Fernandes
Yes, this is a bug on the context manager,. I'll soon open a PR to close this problem. You can try to handle this in a more 'manual' way, something...
Hi @Fish-LP, I don't think this is necessary, it's a really edge case. You can add a sleep to handle this. Thank's for your contribution
UV is really cool, and I've been running a lot of tests lately. However, I have some personal reasons for not using it. That said, I'm open to the possibility...
Hi @arcadia-ai! You can specify the browser location, take a look at this example: ```python from pydoll.browser.chrome import Chrome from pydoll.browser.options import Options async def main(): options = Options() options.binary_location...
Hi @renatokae , yes, you can execute cdp commands using `_execute_command` method. Here's an example: ```python await page._execute_command( {"method": "Page.addScriptToEvaluateOnNewDocument", "params": {"source": your_script_here}} ) ```
Hi @naimish33 , thanks for the suggestion! I'll work on this issue in the next few days
Done! Just install the new version and check the documentation
Hey guys, this feature will come in the next release :)
Hi @3-Tokisaki-Kurumi , thank you so much for you contribution! To maintain consistency with the rest of the code, we only need to translate what's necessary into English
Hi @3-Tokisaki-Kurumi, Sorry for the delay. I'm currently finalizing version 2 of Pydoll, which will introduce breaking changes. Once it's done, we can move forward with your contribution, as a...