Can I run the tunnel using the Serenity framework?
Hi Tom,
Configure the tunnel first either by Command line or by underpass and use the below capability;
DesiredCapabilities capability = new DesiredCapabilities();
{
capability.setCapability("network", true);
capability.setCapability("video", true);
capability.setCapability("console", true);
capability.setCapability("tunnel", true);
}