Anurag Chatap

Results 6 comments of Anurag Chatap

When I am executing "docker run --rm -ti --name zalenium -p 4444:4444 \ -e PULL_SELENIUM_IMAGE=true \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /tmp/videos:/home/seluser/videos \ --privileged dosel/zalenium start" it is starting jenkins ,...

I have fixed the RuntimeError: Event loop is closed issue by ensuring proper cleanup of resources in asyncio.run(main()). I have pushed the fix in the errorhandling#219 branch and will now...

Hi @ctpeter , To prevent logging sensitive data, please refer to the [[Handling Sensitive Data](https://github.com/achatap/browser-use/blob/main/docs/customize/sensitive-data.mdx)] documentation. It provides guidance on using the `sensitive_data` parameter to ensure that actual values are...

I am also looking for the answer.

Please let me know if there's anything else I need to do. This is my first time contributing to open source. Thanks a lot for your guidance, @pirate ### Proposal...

Hi @pirate , I apologize for the delay in responding, I was occupied with other urgent work. Thank you for your prompt feedback and for addressing the previous issue. I...