Unable to scroll down the web page using the Robot Framework
I am using Selenium 2 and Robot Framework to automate our application. I have used the below JavaScript code to scroll down the page but am not able to scroll. I want to enter text inside the text box after scrolling down, but I am receiving the exception: Element not visible The text box is partially visible on the screen by default, if we manually scroll down than its completely visible, But selenium robot framework unable to scroll down. I have tried: Execute JavaScript window.scrollTo(0,200) Execute JavaScript window.scrollBy(0,200) Execute JavaScript window.scrollTo(0, document.body