Playwright with Javascript | Assertions | Part 7

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 18

  • @talipoglu1836
    @talipoglu1836 Месяц назад +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.

  • @SineQuaNon1
    @SineQuaNon1 Год назад +3

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

  • @user-rx3hs2pe1d
    @user-rx3hs2pe1d Год назад +2

    Very detailed. Thanks for all your efforts

  • @100angry
    @100angry Месяц назад

    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 ??

  • @nubian_goat
    @nubian_goat Год назад +1

  • @manisha142
    @manisha142 29 дней назад

    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.

  • @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

  • @rajeshnaidu2527
    @rajeshnaidu2527 4 месяца назад

    @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 ?

  • @nihalgupta9224
    @nihalgupta9224 3 месяца назад

    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 3 месяца назад

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

    • @nawshadrehanrasha8147
      @nawshadrehanrasha8147 3 месяца назад

      @@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!

  • @maheshkumar-zw5nt
    @maheshkumar-zw5nt Год назад

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

  • @sirishapochiraju3551
    @sirishapochiraju3551 11 месяцев назад

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

  • @anilnerkar9292
    @anilnerkar9292 Год назад

    IM NOT ABLE TO SEE THE REPORT