Scroll inside a pop up window #1032
Answered
by
mdmintz
abdurraheemj
asked this question in
Q&A
-
Hi Michael, |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Oct 22, 2021
Replies: 1 comment 3 replies
-
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) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @abdurraheemj Similar to https://stackoverflow.com/a/45961672 , you could do: