My requirement is I want to check if any text exists on web after search then i need to proceed further.
As of now, i am using OCR Text Exists, but it’s results are uncertain.
Even if some text exists on web then also it is showing false.
Is there any other way to do the same thing?
Is that text identified as a separate element then use element exist…or use get visible text…so only when visible it will get else it will fail…add a try catch around it and when it fails that means text did not appear…also get text alao can be used in the same way
@Riya_Bansal Hi Riya
OCR is mostly for image based extraction where the get text and get full text does not work.
Please try to use combination of element exist and get text activity.
Let me know if that does not work or if you can provide more info for your scenario