Forum Discussion
Is that going to be the only Select button available at this point in the test?
No, there is one more on this screen that pops up after the Coverage and deductible is selected. It is called the upsell popup. In this case, I was selecting - 'Continue with my current selection'.
Ok, I have an idea, but can you show me the Object Spy again, but this time with the Advanced view?
- mbarbworldtrips4 years agoContributor
Advanced view for the 69.30 box:
Okay, I think it would be good to change the name mapping for that button to use a wildcard that would match no matter what the amount is
https://support.smartbear.com/testcomplete/docs/reference/misc/using-wildcards.html#InNameMapping
Then what you can do is use a substring of the contentText field (in the Advanced screen) to look for the amount, whether it's before or after the calculation.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqstring/substring.html
Let me know if that works for you.