I am trying to scroll a web page by using mouse and scroll bar. I am exploring any other option than
"driver.execute_script("window.scrollBy(0, 5000'))"
I did try options like chrome actions, however nothing seems to be working. Would need some guidance if anyone has any idea how to solve this.