How to handle iframes in Selenium WebDriver

preview_player
Показать описание
Learn how to work with iframes in Selenium WebDriver.

IFrame stands for inline frame. An iframe allows us to embed a document within an HTML document. Moreover, before we can interact with an iframe using Selenium, we must first switch to that iframe.

You can find the source code for this project on automateNow's GitHub page.

😀 Subscribe for weekly videos! 👍

📑 CHAPTERS

0:00 ~ What are iframes?
0:26 ~ Example iframes
1:05 ~ Things to know about iframes
1:49 ~ How to switch to an iframe
3:10 ~ How to switch to the default frame
4:18 ~ Writing the test
5:03 ~ Running the test

👩‍🎓 COURSES

⏯ PLAYLISTS

📫 LET'S CONNECT!

🔗 REFERENCES

Рекомендации по теме
Комментарии
Автор

I usually don't leave a comment, sometimes just like the video. However, I am so impressed by your clean and clear illustrations. Please keep posting the video, I am so sorry that I am just coming across your wonderful work here!
Thank you very much,

seherbos
Автор

I am a new subscriber to your channel ..love from India ...best content learning through your videos.

bablijangid
Автор

Thank you so much by sharing your great knowledge.

Hugs from Brazil, buddy!

satnakamoto
Автор

I have a power bi report inside Iframe where I am trying to download the report to excel, I tried the same code but no luck can you help me

vinendramogatadakala