Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump webdriverio from 8.40.6 to 9.2.12 #4593

Open
thomashohn opened this issue Nov 15, 2024 · 1 comment · May be fixed by #4594
Open

bump webdriverio from 8.40.6 to 9.2.12 #4593

thomashohn opened this issue Nov 15, 2024 · 1 comment · May be fixed by #4594

Comments

@thomashohn
Copy link
Contributor

What are you trying to achieve?

bump webdriverio from 8.40.6 to 9.2.12

@thomashohn thomashohn linked a pull request Nov 15, 2024 that will close this issue
32 tasks
@mjalav
Copy link

mjalav commented Nov 19, 2024

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

  • params.capabilities = response.value.capabilities || response.value;
  • //params.capabilities = response.value.capabilities || response.value;

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants