mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
bce46258a4
The W3C WebDriver leads to faster operation of individual steps which highlights where WebDriver is moving to a new step faster than the browser can process it. The solution here is to use the `execute` function to interact with the browsers as this makes use of the various wait and check steps.