scroll to bottom in selenium python
driver.execute_script("window.scrollTo(0, Y)")
scroll to bottom in selenium python
driver.execute_script("window.scrollTo(0, Y)")
scroll to bottom in selenium python
ele =browser.find_element_by_tag_name('body')
ele.send_keys(Keys.END)
time.sleep(3)
selenium webdriver scroll down python
while driver.find_element_by_tag_name('div'):
driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
Divs=driver.find_element_by_tag_name('div').text
if 'End of Results' in Divs:
print 'end'
break
else:
continue
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us