Improve error message when trying to interact with element that is hidden because of low opacity #398
Labels
debuggability improvement
Ways to improve the debugging experience
good first issue
Good for newcomers
Currently if you try to click/type an element that has low opacity to the point of not being visible, here is the error message:
It would be easier to debug if it cascaded up the DOM tree and printed out any non-opaque element:
Or if there are multiple:
The text was updated successfully, but these errors were encountered: