Cypress tutorial #16 | Handling Iframes with the Iframe Plugin

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025

Комментарии • 4

  • @matiasmarino7914
    @matiasmarino7914 Год назад +1

    Thanks a lot for this ! I am currently working on a project where I need to rewrite a lot of tests from selenium to cypress and the last test that I have contains an Iframe. I will try this to see if it works , and hopefully, end with the project :)

    • @TestingFunda
      @TestingFunda  Год назад

      Good to know this. Best Of luck. Happy Learning

  • @aldwinjum7533
    @aldwinjum7533 Год назад +1

    what if there are more than one input fields ? how would you navigate one by one?

    • @TestingFunda
      @TestingFunda  Год назад

      Simply you need to get the Iframe Traverse this and find the element inside the frame Just Like I did in the tutorial