Oct 14, 2022
Hi, in my practice with WebDriverIO+Selenium, Cypress and Playwright, the behavior of a web apps with page.reload() were unpredictable and differ from a real-browser reload. Web pages could lost state or conserve state when it shouldn't be.
page.goto() is a straight forward.