Search found 3 matches

by ArashEB
Fri Sep 07, 2018 9:51 pm
Forum: General Discussion
Topic: Stop Whole Task If A Program Closes
Replies: 2
Views: 5526

Stop Whole Task If A Program Closes

Hi

How can I stop the task & show an Error Dialog whenever, user close a specific program ?!

Forexmpale we have a task, that everything happens inside a Browser.
If user exit the Browser whenever, the whole task will be stop & we see an error dialog.
by ArashEB
Sun Aug 19, 2018 5:47 am
Forum: General Discussion
Topic: Get Inputs From User
Replies: 1
Views: 4466

Get Inputs From User

I am working on my new task,I need to get 2 inputs from user and then use them later.

Forexample, the first input will get a username, and the second will get a password.

Then it's gonna paste each input, somewhere else (Like two separated TextAreas, or NotePad files ...)

How can I do it ?!
by ArashEB
Wed Jul 11, 2018 6:26 am
Forum: General Discussion
Topic: How To Use If
Replies: 1
Views: 4595

How To Use If

Hi guys
I wanna do sth like this :

The program use Check Element By Image.

If Image Exist --> Open Prgogram 1, Or Do Following Task...

If Image Not Exist --> Open Program 2, Or Do Following Task...

How can i set it ?