How to read or get the data from console window?

I am trying to read the data from the console window. I have tried below activities but not getting any data.

  1. Read text from Area
  2. get element Value
  3. get property of element

Below is the screen from where I need to read data. Could anyone help me on this ?

Hello @AnkitDwivedi ,

If you are able to execute the command on CMD, one option would be to use the activity “Command Prompt” and after you save it into a variable, like that:

I executed ipconfig com CMD and then saved the result into a variable, more details of this activity can be found here :Command Prompt – ElectroNeek Help Center

Another option would be take a screen shot and use an OCR engine to read it then save the text into a variable.