Wednesday, August 26, 2020

thumbnail

How to scroll down the page by 0,450 pixel vertical

 scroll down the page by  0,450 pixels vertical. You can change pixels as per your requirements like 0,1000 pixels vertical


try {

logger.info("happending Scrolling Page");

((JavascriptExecutor) this.driverContext.getDriver()).executeScript("window.scrollBy(0,450)", "");

logger.info("happended Scrolling Page");

} catch (Exception e) {

logger.info("Could not happended Scrolling Page");

      }

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

About

Search This Blog

Powered by Blogger.

How to scroll down the page by 0,450 pixel vertical

 scroll down the page by  0,450 pixels vertical. You can change pixels as per your requirements like 0,1000 pixels vertical try { logger.i...