#21 - Complex Dynamic WebTable Handle in Playwright || Select Checkbox in WebTable || No XPath

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • In this video, I have explained how to handle Complex Dynamic WebTable in Playwright
    Schedule a meeting in case of any queries/guidance/counselling:
    calendly.com/n...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/...
    Naveen AutomationLabs Paid Courses:
    GIT Hub Course:
    naveenautomati...
    Java & Selenium:
    naveenautomati...
    Java & API +POSTMAN + RestAssured + HttpClient:
    naveenautomati...

КОМЕНТАРІ • 22

  • @Brennnann13NY
    @Brennnann13NY Рік тому +1

    What is the solution in JavaScript to this ^

  • @nayabkhan7788
    @nayabkhan7788 6 місяців тому

    Sir in my table the columns content keep change for example new jobs or training will show in the table. I cant do expected vs actual title cuz i don't know what is expected as it keep changing. How will i verify that ?? Please answer.. this is urgent.

  • @sureshkannan5056
    @sureshkannan5056 28 днів тому

    Chrome console playwright $. Extensions? I have error playwright. So i need how are you find locator playwright, $.

  • @nandakamrutha
    @nandakamrutha 4 місяці тому

    Can you explain search on table contents example : payment table having payments status approved state

  • @spkadekodi
    @spkadekodi 7 місяців тому

    Hi Naveen, here's my question pls. The code in line no.19 ( in you r screen) doesn't seem same for Typescript. Is there a different way to handle this pls? Thanks!

  • @Machtyn
    @Machtyn 2 роки тому

    Suppose you had two people with the same name, say John Smith, one is a Software Engineer, the other is a Sales Assistant. How would you select | John Smith | Sales Assistant | ?

  • @raginigupta9547
    @raginigupta9547 2 роки тому

    How to handle these kind of secanario in this scenario I need to get value from list?
    When we have input drop-down list field. And also unable to inspect list as I try to inspect list will close automatically. Then how will fetch value from list? (PLAYWRIGHT)

  • @tarunpatel05
    @tarunpatel05 3 місяці тому

    Naveen bhai always rocks!! Thanks for easy and nice explanation.

  • @anuiv4776
    @anuiv4776 2 роки тому

    please post still more videos regarding katalon studio in detail. likwe writing the code with java. calling methods. interconnection between methods, classes. and running thosen particular test cases.
    compare it with selenim java and cucumber. explain how different is this from those. with any real time project.
    right now in our company they are using the katalon studio.
    I have write the automation code from scratch. but i do not have a proper idea. so, please assist me.

  • @Ferozcyber
    @Ferozcyber 2 роки тому

    Hello Sir,
    I have a question, is there are any consequences if decline job appointment letter after accepting (if appointment letter mentioned specific class as " if I don't join on said date, need to pay damages and need to appear in court).
    Please clarify - Thanks

  • @teswstlist4717
    @teswstlist4717 Рік тому

    with the help of your video, i had one task to print a coloumn out of a table and i was able to do with few changes..thanks!

  • @laraabdurazak3882
    @laraabdurazak3882 2 роки тому

    Thank you so much first Naveen. I'm little confused about" :scope " what is this refer to ?

  • @sheetalingle8330
    @sheetalingle8330 2 роки тому

    Hi Naveen, I am unable to use same concept with typescript language, can help me please

  • @SameerShaikh-ge3fi
    @SameerShaikh-ge3fi Рік тому

    Here id is already available. What about when id is not available ?

  • @ugochukwuanajemba3117
    @ugochukwuanajemba3117 2 роки тому

    Nice video but what if you have multiple dynamic text fields, dropdown and buttons on same row in a table

  • @shriniwasalle911
    @shriniwasalle911 2 роки тому

    Playwright is game changer. Thanks for the wonderful concept.

  • @shwetasrivastava8796
    @shwetasrivastava8796 Рік тому

    what if no. of rows are 1000? meaning we can see 50 rows at one time and we have to scroll again to see next 50 rows and so on... in that case if i need to scroll everytime and store in a hashmap, what should be approch?

    • @naveenautomationlabs
      @naveenautomationlabs  Рік тому

      yes in that case, you need to write the pagination logic with the while loop.

  • @eg8580
    @eg8580 2 роки тому

    Solid video, thanks!

  • @baleginda8183
    @baleginda8183 2 роки тому

    Have nice day Naveen 👍

  • @mitenrajani3455
    @mitenrajani3455 2 роки тому

    Hi Naveen,
    I hope you are doing well,
    Can you please help to guide how to select multiple chekcbox with playwright.
    Thanks in advance

    • @naveenautomationlabs
      @naveenautomationlabs  2 роки тому

      use the same approach in a generic function by passing the multiple users to select the respective checkbox.