Desktop Selectors

Hi Devs,

I’m about to start on a new project where my client needs something automated. What I was curious about is they have a software made by the company themselves that I have yet to have access too and was wondering if i will still be able to use click activities and if not I what is a secondary approach?

Hi @seanp92

Use get text use element exists and do some click
Or double click for your approach

Thanks
Ashwin.S

1 Like

@seanp92

Is it what kind of application ?

I mean is it Java or .Net based or someother thing ?

As you said it is desktop application, Click Activity and all will work. First check it and if not work then try with Computer Vision activities.

1 Like

Thanks Ashwin! I also wanted to ask that sometimes this software fails when inputing info. What is a way if the software randomly fails the bot can open it back up without having to restart the process?

Hi @seanp92

Use computer Ai vision activity suggested by @lakshman u can also use start process and kill process activity along with retry scope

Thanks
Ashwin.S

1 Like

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