How to count elements within the CSS selector

Is it possible to monitor the increase (or decrease) in the number of elements selected by a CSS selector for a specific class?

I’ve noticed that in the cloud version there are many comparison options besides “text” (such as “class”, “id”, “name”), but there doesn’t seem to be an option for “number of elements”.

Can someone suggest a workaround for this?

1 Like

can you share more details of your usecase? a javascript can potentially be used to monitor the number of elements.