Code to scroll in web page using selenium
Scroll can be done in two ways one is horizontal and another is vertical. In selenium scroll operation is done using JavaScriptExecutor. Code to scroll vertically Down by 500 pixel: [crayon-673f593935de8172777561/] Code to scroll vertically UP by 500 pixel: [crayon-673f593935def942806728/] Code to scroll horizontally RIGHT by 500 pixel: [crayon-673f593935df1391183009/] Code to scroll horizontally LEFT by 500
Read more