How to interrogate dynamically changing web applications from Pega Robotic Studio
Hello all,
I'm working on a Pega application which:
1. gets "Product Name" value from user input,
2. calls robotic automation to automate the product search on Amazon with the "Product Name" value given by the user,
3. get the price of the topmost product on Amazon's search result and store it in a "Product Price" property in Pega.
When I try to interrogate the price of the topmost product on Amazon's search of, let's say, a "mug", I can't find a way to uniquely identify the price element. Attached is the error message I get. It's defined as an element within a string(this string contains the prices of all product on the search result web page), it's innerhtml and outerhtml are not unique. Any help in uniquely identifying this control is appreciated. Thank you!