Seeking Guidance: Achieving Consistent 100% Zoom for Mobile View in Cypress #28319
Unanswered
1vivekbarnwal
asked this question in
Questions and Help
Replies: 0 comments
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.
-
How can I consistently set the zoom level to 100% for a mobile device in Cypress? Presently, it fluctuates between 39% to 68%, and I've tried using cy.viewport(360, 640) and cy.get('html').invoke('css', 'zoom', '1'), but the issue persists. Any suggestions on achieving a consistent 100% zoom for a mobile view in Cypress would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions