Scroll a specific div to bottom #1571
-
Hello, I want to scroll a div that has a list of items to the bottom, but this div is not the main content of the page but acts more like a menu. I would like to know if it is possible to scroll a specific div to the bottom
I tried that, but it's not scrolling to bottom |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I can't tell what you're trying to do after you scroll, but if the goal is to click on something afterward that is currently out-of-view, then you may be able to click it directly using self.js_click(SELECTOR) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I can't tell what you're trying to do after you scroll, but if the goal is to click on something afterward that is currently out-of-view, then you may be able to click it directly using
self.js_click(SELECTOR)
: