Playwright Tutorial #6 - Promise, Async and Await in Playwright

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

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

  • @romeemperor
    @romeemperor 7 месяцев назад

    Thank you for your time. When do you plan to finish the Playwright tutorial series?

  • @basurajs
    @basurajs 6 месяцев назад

    Thanks for the video. One thing if i understand it correctly, playwright async is useful in case you don't want to introduce a delay in the script. because async uses auto wait. so if next statement is not executed until previous statement gets the returned value then it is similar to sync only right.

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 7 месяцев назад

    Thank you this is awesome

  • @basurajs
    @basurajs 6 месяцев назад

    Hi, In case of async and await, if promise is not returned, what will be the default time out

  • @HarshPatel-g9j
    @HarshPatel-g9j 7 месяцев назад

    hello sir can you please tell me i am trying to execute two test cases but that two test cases are execute at a same time i want to execute that test cases one by one