I am trying to click a button, which clearly follows a pattern, but the selector generated is always random, which makes it impossible to select the exact button for any instance of the web application.
The first 2 selectors that follow are found in the same instance. The third is found in another instance.
I tried using the “Element Scope” activity and selecting the box that clearly contains the button I want to click. It did not work.
Another way I could do it is by using the selector of the number of the box, similar to relative scraping (without the scraping) but I don’t know how that is possible. Any other ideas? I don’t think the other selectors’ attributes help either, as there is nothing that can distinguish the buttons.