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

[Feature]: No way to set proxy to connect to a Chrome instance running in another PC. #33894

Open
ChipZhang opened this issue Dec 6, 2024 · 0 comments

Comments

@ChipZhang
Copy link

🚀 Feature Request

playwright's .connect() method does not provide a parameter like proxy, or agent (like what package node-fetch does), to allow to connect to a chrome instance running in a different PC as the running Node script.

Example

No response

Motivation

My testing chrome instance is running in another PC in LAN.
I can connect to the services running in this PC via SSH socks5 proxy.

I tried to redirect the traffic using means like proxychains, it works for fetch(), but not for playwright's .connect().

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

No branches or pull requests

2 participants