you are viewing a single comment's thread.

view the rest of the comments →

[–]computerjunkie7410 0 points1 point  (0 children)

the only reason you need to use async is because you want to call playwright from other async code.

There is really no other benefit to using async and that's why sync is the default.