I tried to use exists() or visible() but doesn't really help me. This
functions wait until the element exists or is visible, but if this
never happens, the test fails.
I need something like:
if (element exists)
// do something
else
//do something else
It is possible to implement something similar with this using
funcunit?
On Sep 19, 1:46 pm, Justin Meyer <
justinbme...@gmail.com> wrote:
> S('selector').exists()
>
> Sent from my iPhone
>