mirror of
https://github.com/moodle/moodle.git
synced 2025-02-12 03:26:34 +01:00
57cabed4bb
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.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766