What tricks are there to inspect hover effects in the debugger?
If I use the step-by-step option, it only shows me when a workflow is running.
If I am hovering over an element and want to inspect the conditions, I cannot click the “Inspect” button because I need to hover. If I move the mouse and inspect the element, it does not show the conditions while hovering.
For inspect, you have to click on inspect button and hover on element and click to revel the conditions and more or you can also do search by an element name in inspect search option.
please refer to the screenshots.
Thank you. The problem is that I need to inspect something that should be visible when I hover but is not. If I click on the element, something else happens and that is what the debugger shows, after the click. I need to see conditions on just the hover event. I feel the debugger might not be able to help me with this.