How do I run the tunnel using the Java-Selenide?
Hey Richard,
After downloading the binary file:
- Extract it to a folder
- Open up terminal and navigate to the extracted folder.
- Run the following command:
`./LT -user {user’s login email} -key {user’s access key}`
Once you are able to connect LambdaTest Tunnel successfully, you would just have to pass on tunnel capabilities in the code as shown:
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability("tunnel", true);