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
Due to certain restrictions i cant copy paste my code but describing my situation below:
Working one URL
When clicking certain button, navigating to another URL
(a. Hence when navigating to another URL, cypress runner getting full screen), i tried to handle viewport, uncaught exception, cy.window, cy.origin and not able to handle full screen.
b. If I take to another it block, and tried with cy.visit then i am able to handle cypress runner full screen issue, then it is not showing the previous page any information [because i am clicking certain button to navigate that page and all the related information's of previous page should carry]
Question:
How can i handle the Cypress Full screen issue?
If i can handle the screen, how i can handle the previous page information's ?
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
-
Due to certain restrictions i cant copy paste my code but describing my situation below:
(a. Hence when navigating to another URL, cypress runner getting full screen), i tried to handle viewport, uncaught exception, cy.window, cy.origin and not able to handle full screen.
b. If I take to another it block, and tried with cy.visit then i am able to handle cypress runner full screen issue, then it is not showing the previous page any information [because i am clicking certain button to navigate that page and all the related information's of previous page should carry]
Question:
Beta Was this translation helpful? Give feedback.
All reactions