We make use of Firefox developer and the dev tools when automating tests (using Browser in Robot Framework). Browser is based on Playwrite and actionability is based on elements and their state. https://playwright.dev/docs/actionability
Some of these states are quite self evident, however others like Stable are not readily apparent from inspection.
We’re looking for a method to inspect DOM elements (usual right click, inspect element, as we do to check our css or xpath selectors) and look at it’s state at the given moment of inspection.
Can this be achieved in Dev Tools currently?