Answers for "how to scroll to top of page in selenium python"

1

how to scroll to top of page in selenium

window.scrollTo(0, 0);
Posted by: Guest on February-27-2021
0

scroll to top selenium python

driver.find_element_by_tag_name('body').send_keys(Keys.CONTROL + Keys.HOME)
Posted by: Guest on May-10-2022

Code answers related to "how to scroll to top of page in selenium python"

Browse Popular Code Answers by Language