blob: c5d074ba8d06540f9bc8750c05efc01919abfe38 [file] [log] [blame]
importAutomationScript('/feature-policy/experimental-features/vertical-scroll.js');
function inject_wheel_scroll(direction) {
return wheelScroll(direction, window.innerWidth / 2, window.innerHeight / 2);
}