cbgz121

Results 5 issues of cbgz121

when I use this code: `await browser.main_tab.send(cdp.page.add_script_to_evaluate_on_new_document(source="""js code here"""))` this not work, and I also used protocol monitor to check, and it really didn’t work.: ![image](https://github.com/ultrafunkamsterdam/undetected-chromedriver/assets/58777451/d8052e79-8b69-41e1-b955-46421426d2b6)

The `cookies = await connection.send(cdp.storage.get_cookies())` line will cause the cookie passed in to be overwritten.

Does anyone have a way to allow two threads or coroutines to operate a page at the same time? please

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. See...

bug

Hi, when i use this code, screenshot can work well but the pdf cannot. It is stuck this code: "pdfData, err := c.Page.PrintToPDF(ctx, pdfArgs)." ` screenshotName := "screenshot.jpg" screenshotArgs :=...