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
I did upgrade my webdriverio and seems like it set browser.isW3C wrong for android native app.
during investigation I findout in webdriverio (v9.2.8) in node_modules/webdriver/build/index.js b/node_modules/webdriver/build/index.js line 868 there is a line which override all appium prefix config and that cause an issue for driver to mark isW3C to false. I did comment out this line and seems it's working now with codeceptJS V3.6.6
before upgrade underline packages please check if it's compatible with Appium and not breaking existing behaviour for codeceptJS in IOS and Android native app.
Seems like isW3C method in webdriverIO will impact it.
What are you trying to achieve?
bump webdriverio from 8.40.6 to 9.2.12
The text was updated successfully, but these errors were encountered: