Hi All,
Have been trying to extract price from MoneyControl.com of any stock.
Used Find Childern Activity but unable to take out the price. Could you pls tell me where i am going wrong?
Sequence.xaml (12.6 KB)
Error -
Sequence.xaml (12.6 KB)
Thanks
Taruna
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 9:55am
2
can you tell me which price you trying to extract?
Yes sure, when am seeing Tata steel stock price then you can see current price with date and time.
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 10:27am
6
this following selector for which is highlighting in picture
Yes I just need to extract the current price
This is price I want to extract.
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 10:55am
9
do you want to date also?
No i just want price but would be great if you can advise how to take out the date/time as well.
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 11:01am
11
please this selectors and tell me
this selector working for all prices
can you pls send me xaml?
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 11:10am
15
in get ocr text use following selector i can get answer
tatasteel.txt (175 Bytes)
I am getting this error.
Also what is the meaning of this ?
array.OrderBy(Function(x) x).ToList()
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 11:21am
18
sorry dont use that workflow i send you another
Sequence.xaml (16.9 KB)
try this
i mentionaed something in annotations just read that
Hi, This i also did but my point was OCR text is not 100% correct and if you will run this code on loop then OCR text won’t work. I tried it in reframework.
Veera_Raj
(Veeraraj Sethuraman)
July 26, 2022, 12:12pm
20
the selector is not stable on that place you can extract the price using selector thats why i used ocr as my guess it will give you more success ratio lets try first
Hey!
Use screen scraping and scrape the particular text…
Method - try with Full first
If not working try with Native or OCR
This will works for sure
Regards,
NaNi