cbgz121
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.: 
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...
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 :=...