How to get individual property values of element - Robot framework

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

Ignore the question I got it with ‘Get Element Attribute’

2 Likes