-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Hello
I have a hard time trying to add proxy in this example
driver = await cdp_driver.start_async()
endpoint_url = driver.get_endpoint_url()
async with async_playwright() as p:
browser = await p.chromium.connect_over_cdp(endpoint_url)
context = browser.contexts[0]
page = context.pages[0]
response: Response| None = await page.goto(url=url)
cookies = await context.cookies()
there is no clear documentation on how to do so.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels