03-30-2015, 11:54 AM
Does the table data loads dynamically or can you see the last row in your developer toolbar.
If you are able to see the last row in developer tool bar then you can use method to get the row count and iterate.
If not then you might have to scroll the scrollbar to bottom either using page down (not suggestable) or using java script (more accurate and works even the system locked or focus is on other apps).
If you are able to see the last row then I w I uld suggest to use the dynamic xpath to get the role directly which will be quick and work like a charm.
let us know if you need any more help on this
If you are able to see the last row in developer tool bar then you can use method to get the row count and iterate.
If not then you might have to scroll the scrollbar to bottom either using page down (not suggestable) or using java script (more accurate and works even the system locked or focus is on other apps).
If you are able to see the last row then I w I uld suggest to use the dynamic xpath to get the role directly which will be quick and work like a charm.
let us know if you need any more help on this
Thanks,
SUpputuri
SUpputuri