How To Check if an Element Exists in the browser window when workflow is executing in background

Hello All,

I am building a workflow that executes in background(i.e browser will be hidden). How To Check if an Element Exists when workflow is executing in background ?Also, If element exists I want to extract the data from structured table.

How can i achieve this ?

Thanks,
Vishal Kumar

@aksh1yadav - Any help on this ???

Thanks,
Vishal Kumar

Hello Vishal
the “Element Exist” Activity can detect elements inside the browser even if it is hidden.
The same goes for the Activity “Extract Structured Data”
here is a workflow to demonstrate it: ExistEvenInBackground.xaml (10.5 KB)

2 Likes