File tree Expand file tree Collapse file tree
src/main/java/io/appium/java_client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 slf4jVersion = ' 2.0.17'
1919}
2020
21+ println " ***************************************"
22+ println " ***************************************"
23+ println " ***************************************"
24+ println " ***************************************"
25+ println " ***************************************"
26+ println " ***************************************"
27+ println " ***************************************"
28+ println " ***************************************"
29+ println seleniumVersion
30+ println " ***************************************"
31+ println " ***************************************"
32+ println " ***************************************"
33+ println " ***************************************"
34+ println " ***************************************"
35+ println " ***************************************"
36+ println " ***************************************"
37+ println " ***************************************"
38+
39+
2140group = ' io.appium'
2241version = appiumClientVersion
2342
Original file line number Diff line number Diff line change @@ -422,6 +422,6 @@ private void initBiDi(BaseOptions<?> responseCaps) {
422422 wsClient = HttpClient .Factory .createDefault ().createClient (wsConfig );
423423 }
424424 var biDiConnection = new org .openqa .selenium .bidi .Connection (wsClient , biDiUri .toString ());
425- this .biDi = new BiDi (biDiConnection , wsConfig . wsTimeout () );
425+ this .biDi = new BiDi (biDiConnection );
426426 }
427427}
You can’t perform that action at this time.
0 commit comments