Skip to content

Scroll inside a pop up window #1032

Answered by mdmintz
abdurraheemj asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @abdurraheemj Similar to https://stackoverflow.com/a/45961672 , you could do:

element_inside_popup = self.find_element(selector)
from selenium.webdriver.common.keys import Keys
element_inside_popup.send_keys(Keys.END)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@abdurraheemj
Comment options

@mdmintz
Comment options

@abdurraheemj
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants