I have been searching the web for an answer but couldn't find anything useful so far. Question is as simple as the title actually. I have some elements in a web page and I would like my macro to perform actions only when they have/not have a specific class.
To be more precise these items are getting hidden with a hidden class added to them whenever you move within the page and as they still can be found getelementbyid I am kind of out of option to verify if this element is visible (hidden class is removed) or not.
I don't think any code needed? It is just some simple elements toggling hidden class and I am curious if I can check it with vba.
Thanks a lot in advance!