How to integrate with LT?

How to integrate with LT ?

Hey Rebecca,

To integrate with LT , you need to follow the below command:

String gridURL = "https://" + username + ":" + accesskey + "@hub.lambdatest.com/wd/hub";
            System.out.println(gridURL);
            connection = new RemoteWebDriver(new URL(gridURL), capability);
            System.out.println(capability);
            System.out.println(connection);