You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
playwright's
.connect()
method does not provide a parameter likeproxy
, oragent
(like what packagenode-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()
.The text was updated successfully, but these errors were encountered: