How To Handle Frames and IFrames In Playwright

แชร์
ฝัง

ความคิดเห็น • 11

  • @satyajeetpaygude8932
    @satyajeetpaygude8932 ปีที่แล้ว

    Its year 2023 and he is still making life easier to me with this videos ! Mukesh sir on fire !

  • @FashionCobalt
    @FashionCobalt หลายเดือนก่อน +1

    Thank you very much for your insightful video. I found it extremely helpful. I do, however, have a question regarding the recording of actions within s. It appears that when elements are located inside an , I am unable to select them using Playwright's code generation tool. Could you please provide some guidance on how to handle this situation?

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน +2

      Codegen is for basic recording only. If u have frames, shadow dom, multiple tabs then write the code to handle them.

  • @VETRI.90
    @VETRI.90 4 หลายเดือนก่อน +1

    Thanks Mukesh 😊

  • @RobSmith-h1i
    @RobSmith-h1i 4 หลายเดือนก่อน

    Mikesh, it can't click on element because your XPATH locator //a[text()='java.applet'] returns two web elements, you need to use (//a[text()='java.applet'])[1] if you want to click on the first link. And using inner text is just sloppy development.

  • @aparnausa3619
    @aparnausa3619 5 หลายเดือนก่อน +1

    what if the expect (assertion) locator is also inside the frame , how do we assert ?

    • @Mukeshotwani
      @Mukeshotwani  5 หลายเดือนก่อน

      Hi Aparna once u r in frame u can do any action n assertion

  • @RajivDixit-lz4fq
    @RajivDixit-lz4fq 6 หลายเดือนก่อน

    Please make video for Playwright with Core Java

  • @pprasanth91
    @pprasanth91 ปีที่แล้ว

    Can you add a video on AG Grid scrolling please ??

  • @aaraonhon
    @aaraonhon ปีที่แล้ว

    Can playwright test mobile device like swiping in its emulator?