Read from screen

  • 23 September 2020
  • 2 replies
  • 9 views

Hi, i would like to read a number from a website as below.

I just want to copy the value of 88..detect in between (XX items)

 

I use a click > read from screen as core action.

25538iD93E7A7A0D364049.jpg

But the value return is "". May i know is the method im using is correct?

25539i05DA36979B423FDD.png

25540i58EEA9A4C3502464.png


2 replies

Personally, I would use an advanced command here, to read the value. You said it is on a web page? So you can use one of the "Get HTML Object" commands and use split to extract the value between "(" and items".

Alternatively, if you use "read from screen", you can change it to read Text:OCR, and again, by using split advanced commands, get the value you are looking for.

 





Just an FYI, the Read from Screen core action, when set to Number, will only return data when the entire field read has only numbers in it. If there are any symbols or A-Z characters, the result will be blank. Further to what Ayelet mentioned, if you use Internet Explorer you can also use the Text Native option which is 100% accurate, unlike OCR

Reply