Wednesday, June 3, 2020

scroll the Page


jse.executeScript("window.scrollBy(0,-250)", "");
OR,
jse.executeScript("scroll(0, -250);");

No comments:

Post a Comment