-
-
Notifications
You must be signed in to change notification settings - Fork 45
feat: wdio v9 compat #645
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
base: main
Are you sure you want to change the base?
feat: wdio v9 compat #645
Conversation
- _navTo.cjs - allControls.cjs - executeControlMethod.cjs
Co-authored-by: Simon Coen <[email protected]>
Co-authored-by: Simon Coen <[email protected]>
Co-authored-by: Simon Coen <[email protected]>
Co-authored-by: Simon Coen <[email protected]>
Co-authored-by: Simon Coen <[email protected]>
- still BIDI problems
for wdio v9 compat
as its obsolete with wdio v9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a first RC it is good to go 🚀
+1 |
Is there any news about when a new release version will be available? |
the performance problems are unfortunately still unsolved. This might also still take some time. Anything you're blocked by with wdi^2 & wdio^8? |
No blockers at the moment. Just asked out of curiosity. Thanks for the reply 😊 |
FYI: #658 (comment) |
Any news on this? wdio v9 is available for 8 months and v8 will get deprected in about 4 months.. In addition some updates for other services are blocked as they depend von wdio v9.. |
basic compat is already there, yet we still haven't solved the performance problem entirely. Work is going on behind the scenes, we hopefully have (good) news to share at UI5con the latest. |
* fix: performance * fix: improve error handling and result processing in executeControlMethod * fix: refactor executeObjectMethod not using callbacks * test: update DateTimePicker API test to use ISO string format * fix: update generated-methods test to handle different date formats based on protocol * fix: await browser.asControl in press test for proper asynchronous handling * fix: bidi race condition in retrieveElements * fix: update Planning Calendar test to handle BIDI-specific DOM controls * fix: optimize control retrieval for BIDI by removing unnecessary await * fix: adjust BIDI handling in exec test to avoid Promise.all for performance * chore: configuration * fix: add TODO comment for handling UI5 injection options * refactor: remove propietary waitForUI5 * refactor: run planningCalendar test also with BiDi protocol * fix: improve peformance while retrieving multiple elements (#665) [skip ci] * refactor: rename clientSide__checkForUI5Ready to clientSide_checkForUI5Ready for consistency * chore: lock file * fix: test * refactor: rm unnecessary await --------- Co-authored-by: Volker Buzek <[email protected]>
most kudos go to @Siolto - rockstar vibes 🤘