Scrolls the page down to view. Returns true if the element to be displayed is visible
public static boolean scrollUntilVisible(WebDriver driver, WebElement element, int maxScrollAttempts) {
int scrollAttempts = 0;
int scrollIncrement = 100; // The amount of increment to use for each swipe
int targetY = element.getLocation().getY(); // y- koordinaat for element