mirror of
https://github.com/moodle/moodle.git
synced 2025-01-16 21:18:33 +01:00
32f1542b5e
W3C WebDriver Element::Click, Element::Clear, and Element::SendKeys all state that the WebDriver implementation (chromedriver, geckodriver, edgedriver) should scroll the element into view if it is not already visible. It is wrong for us to check if the element is visible or not before calling these as it may not be but will during the click/clear/type event.