I have a doubt I’m working on application
1.click on process den one pop will throw den click ok
2. After click ok again pop will come and click ok
Like this 2/3 time I have to do but den I can use.multiple element exist and if condition this is easy way to handle but I don’t want to use multiple time how it’s work den
@suraj_gaikwad
It is not necessary to check each element every time with “Element Exist” activity.
We put “Element Exist” Activity where uncertainty occurring.
For Example: Portal/Application behavior-> sometime popup coming and sometime not coming. To handle this thing we use cater to it.
Here you can avoid if conditions if you are using Modern Design because Check up state activity included if condition as well.
If you are using classic design then you can use “On Element Appear” Activity.