Get Values from Powershell by using Computer Vision

Hi, I have list of schedules from Task Scheduler that I can get the list by writing command Get-ScheduledTask in powershell, this is what it shows


I want to get all the taskname here and I can’t get these values by common get text, so I tried using CV get text and it works.

the problem is, I can’t use CV extract table, so I need to use CV get text and loop through, but I’m not familiar with the descriptor how to make it dynamic so I can get all the task name?

descriptor for taskname number 1
image

descriptor for taskname number 2
image

Hi,

Can you try classic GetVisibleText activity?

After doing this, I would recommend extracting the values via regex.

ah thanks, it’s a great alternative

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.