https://cypress.io logo
How to find the iframe I am looking for if 3 are f...
# i-need-help
b
Hello guys, I am dealing with a Plaid cross origin iframe(using the react-plaid-link library) and using the cypress-iframe library. I have my test working 90% of the time because the ID for my iframe is usually #plaid-link-iframe-2 but the problem is that I cannot make a general one right now because there are for some reason 3 iframes being detected, and sometimes the iframe populated with things is #plaid-link-iframe-1, or possibly #plaid-link-iframe-3. How should I go about trying to find the correct iframe ID? One button I can try to find is of id "#aut-button" which is the continue button I should be seeing. Thank you!