I'm not able to indicate webpage on Chrome browser with Check App State Activity, please help

Hi everyone,

I have one senior where I have to check if new pdf page is open on chrome or not, so I’m using Check app state activity but it’s not working and I have changed the selectors but nothing is working, and I have to download this pdf file but I’m not able to click on the download button,
please check this image.

I’m indicating this download button, if this button is visible then BOT will download otherwise skip it, but I’m not able to indicate over download button, please help me to find the solution.

Hi @Ankit_Chauhan

->Use another activity of use Application/Browser and indicate the new page(New Tab)
->Later Check for the download button using check app state
->If the target appears then use the Click activity and indicate the download button

image

->Late after the indications all the required slections done then remove the url and in the properties panel of the Use Application/Browser dynamicthe slectors and then keep the
Close - Never
Open - Never
Resize window - Maximize

->Make sure you have done all the selectors dynamice in the use application/Browser and also in the check app state and also for the click activities.

Regards

@Ankit_Chauhan,

You can check the Continue on error for Click activity. Here is sample code:

Workflow:
download demo.xaml (14.1 KB)

Thanks,
Ashok :slight_smile:

@Ankit_Chauhan

I believe only when you hover it si visible

If so indicate full window and use hover first and then click on downlod

Check app state will be for load of pge

Alternately we can use crtl+p and wait for window to appear

Cheers