How can I run the tunnel using the C#-xUnit framework?
Hi Miro Vasil,
To run the tunnel in C#- xUnit, please add the capability below:
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.SetCapability("tunnel", true);