Find Children - Where readOnly Property = 0

Is it possible to filter the find children activity using the properties such as readOnly, or only the ones with attribute != to read only? Or really just to filter the children who only have certain properties.
Thanks. :slight_smile:

foreach item in IEunumerable(UiElement)
{
item.Get(“aastate”).ToString
}

Item type is UiElement

I am getting aastate for readonly element as readonly and other elements as ‘blank’

Please try and let me know

1 Like

Thank you, I had to start working on something else, but I’ll test this out soon.

1 Like