How to assert and click on secured iframe? #23285
Unanswered
SimonasB88
asked this question in
Questions and Help
Replies: 2 comments 2 replies
-
Maybe it is possible to click the button not with iframe? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Can try this.. cy.frameLoaded('iframe') |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Ran into the issue, where the test code should click the button Process in the iframe. Used
npm i cypress-iframe
lib, but came up to nothing. Cypress could not find the button.cy.iframe('[class="resp-iframe"]').find('resp-iframe[id="submit"]')
also tried
also
Could someone check this out? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions