Hello.
The idea is the following. I generally have 3 types of clicks: Click by selector, Click Text and Click Image. I want to design it so that if Click didn’t work then to use Click Text. If Click Text didn’t work then Click Image. And if the last one didn’t work then throw an exception.
What is the best way to organize it?
I thought of a loop but it’s unclear how to understand whether the click was performed (if I have two press two buttons in a row, for example).
There are no arrays of activities