diff about headless and headful #1757
roughsoft
started this conversation in
Development
Replies: 1 comment
-
There's not enough information to debug this problem so my guess is that the application renders different on headless mode. Try using the screenshot api before clicking the "goto that" element and observe it when it fails. There are some checks done in the latest release 1.1.1 for element visibility you can try that. |
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
-
Today I find some diff about headless and headful when taiko script running.
In headful ,I click some text, for example "my menu",
then the spa app render menu,I click some menu for example "goto that"
In headless, sometimes the script will reporting error ,could not find element "goto that".
sometimes the script will be ok.
Beta Was this translation helpful? Give feedback.
All reactions