Replies: 2 comments
-
I've also seen this behavior where a modal wouldn't pop-up until we call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there, what do you mean by that it fails? What fails and how does it fail? Please provide some useful information |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @christian-bromann
I have updated my project to v9 and started to face the issue.
In normal mode the test script works fine, but in headless mode it fails when there is an animation on the page. Ie. after it selects one of dropdown values, the dropdown panel disappears slowly.
One interesting observation, if I put
browser.SaveScreenshot()
after the dropdown item selection click - it works.And it also works when I enable wdio-video-recorder and record the video. Works fine in both GUI and Headless modes.
Any thoughts?
Thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions