How do I run the tunnel using the framework C# - MSTest?

How do I run the tunnel using the framework C# - MSTest?

Hi Emma,

Once you are able to connect LambdaTest Tunnel successfully, you would have to pass on tunnel capabilities shown below :

DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.SetCapability("tunnel", true);