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

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

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

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

    Very very helpful.
    This concept is asked in the interview directly or indirectly…

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

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

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

    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.

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

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

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

    Thank you this is awesome

  • @HarshPatel-g9j
    @HarshPatel-g9j 10 หลายเดือนก่อน

    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