JupiterOne/playwright-aws-lambda

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

michaelCaleyWhaley opened this issue · 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