cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.43k stars 1.34k forks source link

Whether the ID of iframe can be located in cypress #798

Closed luqy closed 6 months ago

luqy commented 2 years ago

I tried to use the ID to locate, but I was prompted that I could not find it

image

image

Arghajit47ldp commented 1 year ago

image For me in the webpage, there isn't any id locator is available. If there is any then I guess we can use that as well as a locator For your reference, you can refer to this below sreenshots: image