Scroll to position/element in KR

@mapple.tran

Hi, you can use runScript and execute window.scrollBy(0, 100) to scroll down 100px. or use runScript with this: document.querySelector("#your-css-locator"). scrollIntoView ()