Hello Everyone
@aksh1yadav @badita @ddpadil I am trying to search an amount field on a webpage. In the below link when I tried to find the text “39” with Text exists activity ,it is returning True. But with “$39”, it is returning False.
Can any one let me know alternative solution to find whether that particular amount is available in the page. In my use case, I have to search for the amount value like “$12,234.98”. So I will be having 3 extra characters which are not numbers or alphabets.
Note: Browser IE used for this use case
Thanks in advance