html - Selenium/Webdriver/Java: How to verify that particular elements scrollbar was scrolled down to bottom? -


maybe has clue how verify if particular elements scroll bar scrolled down bottom? use selenium , webdriver on java (running junit scripts).

can't figure how @ all... thanks. :)

without sample code, guesses. if it's container div , contains more elements inside, may want use element located @ bottom check if visible.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -