public void scrollToElementJS(int x, int y) { page.evaluate("window.scrollBy(" + x + ", " + y + ");"); }