Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright automation guide #391

Open
imnocat opened this issue May 13, 2024 · 1 comment
Open

Playwright automation guide #391

imnocat opened this issue May 13, 2024 · 1 comment

Comments

@imnocat
Copy link

imnocat commented May 13, 2024

I added neko:chromium in a docker using the docker compose example found in your website. Also in the same container I have installed playwright.

My goal is to automate neko's chromium using playwright. So user can interact with the browser while also automate it.
I'm trying to do something like this with playwright

const browser = await playwright.chromium.connectOverCDP('http://localhost:9222');

However this needs remote debugging. I'm not seeing any option to turn on remote debugging in neko browser.

Can you please tell me what would be the recommended way to do it?

@sourav-sarkar-doc32
Copy link

I am also working with @imnocat with it. Our goal is to run automations in remote server, and let users interact and finish it if the automation gets stuck. We are planning to use some GPT based ai to automate it actually, and most likely it will get stuck and then user will remotely take action via neko's browser ui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants