Sorry guys I couldn’t type my entire issue.
above.
I’m trying to perform a click activity on an element in a web application that is provided by a client I need to extract some text values from these web-page for particular input, before that I need to expand a cascade tree which I did using Anchor base and click image and is working fine.
But extracting text from this element is not working as the get full text activity is not able to identify the selector. The aaname=’ W252785PF900’ value changes for every input.
I tried to pass “*” inside aaname but then it extracts some other text instead of the desired text, this occur because the selector of this element changes when we modify the aaname.
Its only able to identify the element if we provide the aaname with that particular value. But the value changes for each input and there is no way to pass this to aaname.
I tried using Anchor base and get full text but it returns some other text.
I tried using OCR and screen scraping it returns the value but it is completely mixed up with other elements that are present in the screen.
This is the selector: The value (W252785PF900) changes each time!
Is there any way I can get this aanme at run-time so that I can pass it as a variable to aaname to get the text form the element.