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.
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)