the_zonker
unread,Sep 27, 2011, 11:10:24 AM9/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Watir General
Hi guys,
My SUT has a modal popup with dynamically loaded content. When user
scrolls it down new records appear. DIV element of modal popup, which
contains all records, has its own scroll bar.
So my task is to scroll down DIV to the bottom, wait until all records
are loaded and get them all.
At present moment I cannot scroll down DIV.
I tried to iteratively focus on records to get scrolling in DIV, but
scrolling didn't happen and thereby no any records are loaded.
Does watir-webdriver has native methods to scroll inside the element
(not in browser window or frame)?
I know that there are some solutions which use tricky Javascript but
I'm trying to avoid it.
I appreciate any help.
Regards, Vadim