etaoin

fabrao 2020-03-17T03:43:48.006100Z

@carlojessurun Why don´t you use (wait-visible driver {:tag :div} {:index 2} {:tag :ul})

Carlo Jessurun 2020-03-17T07:01:58.007100Z

@fabrao Say I would, the issue here is that index 2 can sometimes be visible but other times index 3 will be visible

Carlo Jessurun 2020-03-17T07:02:18.007500Z

And if that’s the case, the first index 2 will fail

Carlo Jessurun 2020-03-17T07:02:43.007900Z

Something like this would be a better solution for my usecase:

Carlo Jessurun 2020-03-17T07:02:55.008300Z

(wait-visible driver {:tag :div} {:index *} {:tag :ul})