You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/helper/Appium.js
+5-1
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,11 @@ class Appium extends Webdriver {
183
183
this.axios=axios.create();
184
184
185
185
webdriverio=require('webdriverio');
186
-
console.log('The Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. Please migrating to Appium 2.x by adding appiumV2: true to your config.\nThis Appium 1.x support will be removed in next major release');
186
+
if(!config.appiumV2){
187
+
console.log('The Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. Please migrating to Appium 2.x by adding appiumV2: true to your config.');
0 commit comments