[WebUI] Verify Element Visible

Hi @Aliasger_Kiranawala

Verify Element Visible will check to see if the element is both present and visible. Failure in either of these will make Verify Element Visible return false. Verify Element Present may return true yet the element can still be invisible and therefore won’t be able to be interacted.

Regards !

1 Like