feature request: Add searched element to popup window
Current Behavior
Currently when searching for an element, in case the element is not found the user see a general message saying: "Could not find any elements"
Suggested Solution
the popup should include the element we searched for as well.
i.e. Could not find any elements matching the below criteria: {Element selector value}"
Additional Information
This will help users when they are working closely with dev teams to add unique identifiers to their app, so they can show them what is missing for what value of selector used.
Something like this?
I believe so. Maybe also include the selector type
@Dor-bl How about this one? Any thoughts? If it looks good, i shall raise a PR with the changes.
LGTM 🍻
@Dor-bl Cool. Opened a PR with the changes.