Clicking on the correct listview button with ATS

0
Hey, Can somebody explain to me how you can click on the correct listview button with ATS? All the buttons have the same mx-name in the lisview. With the script we have now ATS always clicks the first button in that listview. We cannot do anything with the index, because the item we want to click on does not always have the same index. Kathy
asked
2 answers
1

Hello Kathy,

You can create a custom action based on a search context (a unique content) to click on a specific button inside a listview item that does not always has the same index. You can follow the steps written in this document:

https://docs.mendix.com/ats/howtos/ht-version-1/cab-11-find-itemrow

Kind regards,

Charlie

answered
-1

Hey Kathy! Create a custom action and do the rest. Alternatively, check the speed test here at clickspeedtest.info.

answered