Hi,
One of the element on the page has dynamically changing rows. How can I get the rowcount
Element :
Here aria-rowcount=“8” is variable.
I can identify the element //div[@class=“className”]. How to get value of the current aria-rowcount
Thanks In Advance