Skip to content

Playwright Support #16

@cry0genic

Description

@cry0genic

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions