I am working on automating my app using Watir Webdriver.My app contains a big table with 3-4 pages of data.I have been using xpaths to identify the elements.
I have to identify certain headers in the table.All of them may not be in the same page, i will have to scroll down to see. How can i check if the header is visible on the screen? Is "visible?" reliable?
Thanks