@carlojessurun Why don´t you use (wait-visible driver {:tag :div} {:index 2} {:tag :ul})
@fabrao Say I would, the issue here is that index 2
can sometimes be visible but other times index 3
will be visible
And if that’s the case, the first index 2
will fail
Something like this would be a better solution for my usecase:
(wait-visible driver {:tag :div} {:index *} {:tag :ul})