-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Hey @vital987, thanks for helping with the Selenium Grid Support.
I now want to experiment running this with Playwright.
I tried changing the 5-chromium.conf
with:
command=bash -c 'chromium --remote-debugging-port=9225 --no-sandbox --test-type --disable-dev-shm-usage --disable-gpu --start-maximized'
And for Playwright:
async with async_playwright() as p:
browser = await p.chromium.connect_over_cdp("http://<container-ip>:9225")
However, this configuration is not working and I'm unable to debug the exact problem.
If you can help me with this in anyway, would really appreciate it.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels