E
E
Eugene Lerner2019-06-21 13:50:44
selenium
Eugene Lerner, 2019-06-21 13:50:44

How to scroll page using selenium?

Hello!
Many sites, such as Facebook and VK, use page reloading when the cursor moves down. How can you move cursor on selenium?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Bushmanov, 2019-06-21
@assanti

Execute js.
window.scrollTo(0, document.body.scrollHeight);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question