I need to click
the element
located at bottom of page then I have to click
element
located at top of page.
i.e scroll up which is not visible to browser.
For scroll down I've used:
browser.actions().mouseMove(element).perform()`"
Kindly suggest solution to do this task