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
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
The text was updated successfully, but these errors were encountered:
@christian-bromann Opened. However I feel that those changes were breaking, as obviously, no tests can be run now and webdriver just bump patch version, not major. So maybe this should been fixed in WebdriverIO as well, until it will be fixed in appium mac2 driver?
So maybe this should been fixed in WebdriverIO as well, until it will be fixed in appium mac2 driver?
I understand that this is frustrating from the user perspective. Unfortunately it is impossible for us to foresee this happening as we rely on other systems, e.g. browsers or Appium, to fulfill their contracts, e.g. having support for all WebDriver Classic commands. This made me realise that something we definitely can do is to introduce Appium tests into our pipeline to ensure we are not breaking the experience for Appium users again.
Have you read the Contributing Guidelines on issues?
WebdriverIO Version
9.2.2
Node.js Version
20
Mode
WDIO Testrunner
Which capabilities are you using?
What happened?
On startup of tests webdriverIO calls
getWindowHandle()
method, which is not implemented in mac2 driver for appium.Downgrading @wdio/local-runner to 9.2.1 solves the issue
What is your expected behavior?
No response
How to reproduce the bug.
Try to run automation for any application using mac2 driver
Relevant log output
The text was updated successfully, but these errors were encountered: