playwright-aws-lambda icon indicating copy to clipboard operation
playwright-aws-lambda copied to clipboard

How can I read which port the browser has opened on?

Open michaelCaleyWhaley opened this issue 4 years ago • 0 comments

I have tried specifying a port using "--remote-debugging-port=9222" as an option which works locally. However when deployed to vercel the option causes an error.

However all I need is to know the actual port chromium has opened on as I want to run lighthouse.

Any idea how I can get at it?

Thank you

michaelCaleyWhaley avatar Feb 01 '21 22:02 michaelCaleyWhaley