Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Selenium: Refactor WaitFor* scripts to prevent crashes
The previously used approach with `Timeout.timeout` works. However, it might interrupt the `page.evaluate_script`, which will cause an unhandled exception with the Selenium webdriver which in turn crashes. Once crashed, all further Selenium-based tests will fail, too.
- Loading branch information