How to handle & check the element that doesn't render again on the iframe or page because the origin was changed #28444
Unanswered
adnanerlansyah403
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.
-
This is my code :
So on that code, I tried to login with different origin or page. My project or website adhere a microservices, that's why the auth page is different url or origin. The problem is it will throw an error on the these lines code. 'cy.get('body')' will not getting the element because the iframes or page already changed after password already typed it on input field (it will be immediately auto submit after filled in the input password and redirects to other url or page again)
Beta Was this translation helpful? Give feedback.
All reactions