Selenium IDE if element exists

Using !StatusOK + verify element present was the solution.

I found a good demo here: waitForVisible (and waitForNOTVisible), assertVisible, assertNotVisible - Selenium IDE Commands Tutorial

This example uses waitforvisible but the same works with verify element present

This method is much easier to use to check that an element exits. It is a great alternative to the cumbersome Selenium IDE 3 storexpathcount method :slight_smile: