I am using Selenium with LISA. We have to scroll down to the page bottom,i tried all the selenium+java codes, but not working. I'm using chrome driver .using the below code
JavascriptExecutor je = (JavascriptExecutor) dr;
je.executeScript("arguments[0].scrollIntoView(true);",
dr.findElement(By.partialLinkText("Mail")));