auto_scrollToElementJS

public void scrollToElementJS(int x, int y) {
    page.evaluate("window.scrollBy(" + x + ", " + y + ");");
}
What are your feelings
Scroll al inicio