File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ function buildBrowserStackCapabilities(config: typeof browserConfig) {
224224 consoleLogs : 'verbose' as const ,
225225 idleTimeout : 600 , // 10 minutes idle timeout,
226226 } ,
227+ webSocketUrl : true ,
227228 } ;
228229}
229230
@@ -237,6 +238,7 @@ function buildBrowserInstances() {
237238 logLevel : 'error' as const ,
238239 connectionRetryTimeout : 180000 , // 3 minutes
239240 connectionRetryCount : 3 ,
241+ webSocketUrl : true , // Enable WebDriver Bidi
240242 } ) ) ;
241243 } else {
242244 // BrowserStack remote configurations - all browsers
@@ -251,6 +253,7 @@ function buildBrowserInstances() {
251253 logLevel : 'error' as const ,
252254 connectionRetryTimeout : 180000 , // 3 minutes
253255 connectionRetryCount : 3 ,
256+ webSocketUrl : true , // Enable WebDriver Bidi
254257 } ) ) ;
255258 }
256259}
You can’t perform that action at this time.
0 commit comments