How To Handle Frames and IFrames In Playwright

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • 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 - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291

КОМЕНТАРІ • 9