I am trying to read the data from the console window. I have tried below activities but not getting any data.
- Read text from Area
- get element Value
- 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.