How To Handle Frames and IFrames In Playwright
Mukesh otwani Mukesh otwani
175K subscribers
2,701 views
0

 Published On Aug 22, 2023

Handling frames and iframes in playwright is very easy. Playwright provides easy methods like frames and frameLocator which will help you to get inside the frame.
Code Snippet
const iframe = await page.frameLocator("//frame[@name='packageListFrame']")
await iframe.locator("//a[text()='java.applet']").click()

All Playlist
   / mukeshotwani  

Connect with us:
Email - [email protected]
Linkedin-   / mukesh-otwani-93631b99  
Instagram-   / mukeshotwaniofficial  
Facebook Group-   / 256655817858291  

show more

Share/Embed