Hi,
I am writing UI tests for my Theia extension and I encountered a problem identifying that my UI element is loaded or visible.
My test waits for xpath to be loaded but actually, we don’t know if the UI element is visible/enabled once this xpath is reachable. Is there any property I can check to know for sure that the UI element is visible
[original thread by Limor Erez]