Replies: 1 comment 2 replies
-
@RedX2501 with v9 WebdriverIO starts to automatically handle alerts for you, see https://webdriver.io/blog/2024/08/15/webdriverio-v9-release#automatic-dialog-handling. If you are interested in the value of the alert, you have to setup an alert handler. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using wdio 9 and wdio-electron-service 7.0.1.
I have cloned electron-react-boilerplate and modified App.ts to display alerts:
When you run the following test it passes but the message box is not really dismissed:
So I'm unsure whether this is really a problem or not.
Beta Was this translation helpful? Give feedback.
All reactions