0

I'm trying to access page, more specifically in this case Instagram, with paid and working static proxy with the following in the command line

playwright codegen --proxy-server="host:port" --username="user" --password="pass" https://instagram.com

and got the error unknown option '--username=user' I tried to search playwright development documentation but didn't find much information regarding this issue. How do you access an url with proxy with playwright codegen?

Andrea
  • 328
  • 1
  • 3
  • 14
  • Its feature request for playwright codegen https://github.com/microsoft/playwright/issues/15137 – Rahul L Dec 05 '22 at 05:22

1 Answers1

0

As of for now it only states the possibility of private proxy requests in the code itself but not via command line playwright codegen

Andrea
  • 328
  • 1
  • 3
  • 14