How do I initialize the hub URL in Playwright?

How do I initialize the hub URL in Playwright?

Hi Noah Smith,

To initialize the hub URL, use the below capability:

String cdpUrl = "wss://cdp.lambdatest.com/playwright?capabilities=" + capabilities;