Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
cypress 'find' is not locating element in an iframe

I am very new to Cypress and not sure what I am doing wrong here. Here is html code for the website see below

and here is the code I am trying in cypress

cy.get('iframe[sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"]')
      .its('0.contentDocument.body').then(cy.wrap).find('#helpForm').should('be.visible')

but it is failing and saying cannot find the element but if I try

cy.get('iframe[sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"]')
      .its('0.contentDocument.body').should('be.visible')

it's work totally fine. even I tried

cy.get('iframe[sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"]')
      .its('0.contentDocument.body').then(cy.wrap).find('div').should('be.visible')

but still no luck. I have no idea what I am doing wrong.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!