underqualified
6 years agoOccasional Contributor
Click Object based on name
Hey everybody! I'm currently trying to automate a test that clicks on a bunch of panels in repetition.
The panels are all part of the same menu that I've already mapped, let's say "Aliases.browser.website.clickMenu", and the panels are all named "Panel(0)", "Panel(1)", "Panel(2)" and so forth, but I do not know how many panels there actually are. How would a script have to look that clicks all panels under clickMenu, in order of the number in the name?
Thanks in advance!