Hi Team,
In my application , there is an iFrame which have some list of items but only first 10 items will be loaded and visible to user at first shot. Upon user scrolls the scrollbar, the next 10 items will be loaded in the scroll pane. I need to click on 11th item which can be loaded only when i scroll down. but I am not able to scroll down using iFrame - scrollbar as this is not identifiable using selenium web driver. I know in general , scroll bars are not identifiable using selenium web driver, but is there any alternative that we can do using selenium web driver. Right now I am using Robot class which will scroll the mouse button which in turns scrolls the scrollbar in iFrame and the 11th element gets loaded.
Appreciate your response for my request in advance !!!
Thank you,
Vinothkumar Velusamy