I need to get the text which is highlighted in the screenshot for the multiple companies but I am not able to create a selector which will work for all the companies share price. I am struggling in this from past 5 hours.
It will be very helpful if anyone knows about this.
Use Get Text Activity and indicate that element to read the value and will give you output as String.
And also check the selector of that you will find the value in the selector and replace that value with wild card ‘*’. Then it will read for any company.
Buddy @anmolk171
Kindly use Screen Scraping option from design menu
–select the text you want to scrape using this option and get with full text or ocr
–try to make the dynamic attributes replacing with wildcards *
to check the dynamic part, select two different number with selector and check which attribute is changing and replace that with *
this will work for sure
Cheers @anmolk171
@lakshman- Screenshot is attached. @Palaniyappan - Buddy I have tried this methodology as well but not able to achieve the result. @mukeshkala - I have to use Chrome browser only.
Relative Scraping is a technique that enables you to retrieve text from UI elements by using OCR technology. In situations where selectors cannot be found, the target UI objects are identified by using image recognition activities to look for adjacent labels or other elements.