What is the equivalent of webdriver.isDisplayed() method in Kantu

Hi,

I have a spinner whose properties remain the same before and after it is displayed

<img src=“/images/loader.gif” style=“display: block;margin-left: auto; margin-right: auto;”

The element always remains in the same DOM with same properties , but stops displaying after a while

I want to use something equivalent to isDisplayed method of selenium webdriver
any suggestions ? @admin/@plankton/@ulrich
Thanks

So the goal is to wait for the spinner image to disappear? Then try visualAssert or visualSearch. See here: If {picture} then {do this} - #2 by admin

1 Like

Thanks a lot for this . Its really helpful