|
|
|
|
|
by sebazzz
1312 days ago
|
|
> With Playwright you don't need to put manual waits in your program. It's async. That is just choosing between a blocking method or... a blocking method which suspends and resumes a thread. > headless mode That is really up to the browser driver to implement that, and you can do that perfectly fine in Selenium. |
|