How to intialize hub URL in Playwright?

How to intialize hub URL in Playwright?

Hi Ana,

You can initialize the hub URL in Playwright using the code mentioned below:

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