JupiterOne / playwright-aws-lambda

Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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