Get text at position not working correctly

When i use the activity Get text at position,it return result is not my select.
the select is

image

Is the row and column not correctly?

Try this. 7.RPA Challenge - Scrape Cmd Line:

Thanks for you reply ,my step is flow

  1. use activity terminal session,select reflection for unix
  2. connect it
  3. use mouse left to select which i want to get.(eg,‘Associate Schedu…’)
  4. use terminal wizard tool ‘get text at position’, it return the row number ,column number and other properties
    5.click ok ,it return the info’ Screen area is |', that is not my select
    Is there any problem in my step?

Hmm seems like the right steps though. Which type of value’s are you using to store the scraped data?

I don’t store the value ,when use the terminal wizard ,it can pop up the value directly, like the picture above.
image

Oh right. Hmm ye so obviously it goes wrong with the mousewheel part and it takes the first item. (Or the entire line but it doesnt show everythingm one of these two.)
The only thing i can say right now is that you should refere to this:

https://www.uipath.com/kb-articles/automating-terminals-and-mainframes

Hopefully you can find the solution.