blob: 254d8bcf0e2f34ccad2a2812ac0197b26262c7a2 [file] [log] [blame]
importAutomationScript('/feature-policy/experimental-features/vertical-scroll.js');
function inject_scroll(direction) {
return touchScroll(direction, window.innerWidth / 2, window.innerHeight / 2);
}
function inject_zoom(direction) {
let width = window.innerWidth, height = window.innerHeight;
return pinchZoom(direction, width / 4, height / 2, 3 * width / 4, height / 2);
}