Is there a way to get all selectors on a page with one method?
The Idea is to capture all selectors on a page from time to time. Like this it’s easier to test if an application has change.
For example capture of selector returns a json which can be compared to a previous version. Like this we find out very easy if something changes in a application.