I want to write a script with adjustable speed. I want to scroll the page into a specific height of the page. I used window.scrollTo
as follows:
driver.execute_script("window.scrollTo(0, 10)")
Although there is no error, after running, we cannot see any change in scroll position. Could you help me, please?