Playwright with Javascript | Assertions | Part 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

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

  • @SineQuaNon1
    @SineQuaNon1 ปีที่แล้ว +3

    Many thanks. I really appreciate how you explain everything in such a simple and clear way.

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

      You're very welcome!

  • @tomeso4072
    @tomeso4072 4 วันที่ผ่านมา

    Very clear to understand was able to use this for my own tests, thank you!

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

    Thank you again for your valuable instruction and dedication to helping others learn. I look forward to exploring more of your tutorials in the future.

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

      Welcome

  • @AbdulKhalid-y6n
    @AbdulKhalid-y6n ปีที่แล้ว +2

    Very detailed. Thanks for all your efforts

    • @sdetpavan
      @sdetpavan  ปีที่แล้ว +1

      Glad you like them!

  • @ramkumar.p1674
    @ramkumar.p1674 หลายเดือนก่อน +1

    Many thanks sir . I Really understand your content .

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

      You are most welcome

  • @nubian_goat
    @nubian_goat ปีที่แล้ว +1

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

    Hi amazing videos but the website used for video 7 doesn't work during run time as it pops with with capcha check box. It will be useful to use another example. Thank you.

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

    many Thanks would you be able to take 1:1 classes for the playwright.

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

    How do you decide whether to use the css, xpath or id?

  • @rajeshnaidu2527
    @rajeshnaidu2527 9 หลายเดือนก่อน

    @sdet-QA, hello Pavan, can you tell if we can record on non incognitio browser.

  • @HarshPatel-g9j
    @HarshPatel-g9j ปีที่แล้ว

    if else condition is possible to apply in our playwright test ?

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

    Hello Sir, I have one doubt which is related to Cypress..can we handle third party links in Cypress..means after entering credentials it is navigating to another link

  • @maheshkumar-zw5nt
    @maheshkumar-zw5nt ปีที่แล้ว

    Hi pavan no need to provide await keyword while declaring element it should need while defining those elements

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

    thank you for ur teaching! one issue report cmd always give error in my mac Error: listen EADDRINUSE: address already in use ::1:9323. I need to everytime run sudo lsof -i:9323 . any fixes ??

  • @nihalgupta9224
    @nihalgupta9224 8 หลายเดือนก่อน

    in 3rd assertion .toBeVisible(), why we are storing element in constant first ? why we can not do it directly like, await expect(.header-logo).toBeVisible() ? Can anybody help?

    • @sritamkumarrout4499
      @sritamkumarrout4499 8 หลายเดือนก่อน

      Yes we can do it the syntax should be
      await expect(await page.locator("css/xpath")).toBeVisible();

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

      @@sritamkumarrout4499 I'm a newbie in PW. Can you plz explain why repeated usage of "await" keyword is needed here and why using single "await" wasn't sufficient? Thanks in advance!

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

    IM NOT ABLE TO SEE THE REPORT