How do I run the tunnel using the framework ?
Hey Junior,
Configure the unnel first either by Command line or by underpass and use the below capability:
capabilities = {
"build" : "your build name",
"name" : "your test name",
"platform" : "Windows 11",
"browserName" : "Chrome",
"version" : "103.0",
"selenium_version" : "3.141.59",
"tunnel" : "true";
}