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

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

Hi Emma,

To run the tunnel in C# - Nunit, please add the capability below:

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