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
I'm facing an issue when extending my browser-based desktop tests to mobile devices. If I set the device Viewport, it fails:
1- when chromium, tests always fail and running in browser mode I see the page start moving when the click action is executed
2- when webkit, tests pass only if browser mode (headless true)...otherwise they fail
If I don't set Viewport then tests pass
Below is my code, if I disable the Viewport setting then it is a success:
This discussion was converted from issue #403 on March 22, 2024 05:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm facing an issue when extending my browser-based desktop tests to mobile devices. If I set the device Viewport, it fails:
1- when chromium, tests always fail and running in browser mode I see the page start moving when the click action is executed
2- when webkit, tests pass only if browser mode (headless true)...otherwise they fail
If I don't set Viewport then tests pass
Below is my code, if I disable the Viewport setting then it is a success:
Beta Was this translation helpful? Give feedback.
All reactions