In short, Playwright builds on the experience of Puppeteer to provide a way to: run against all major browsers (Chromium/Chrome, Firefox, WebKit/Safari) write more concise scripts (e.g. minimising the need for explicit waits)
Read moreWhat does Page waitForNavigation do?
It fills the login form, submits the login form, waits for the form to be submited and then redirects to dashboard . On the server it works fine if I remove await page.2 Eyl 2018
Read more