Not sure what is this selector trying to do

Guys,

I need to figure out what is this step trying to do here. Anyone could help me explain what are the selectors about and what it is trying to achieve here?

Main.xaml (5.1 KB) project.json (636 Bytes)

Regards,
Lang Lang

1 Like

Fine
I saw the xaml and it has a ELEMENT EXISTS activity where this activity will look for a element in the window and if that element occurs it will give us a Boolean variable with value as TRUE or if the element is not there then gives us FALSE

So the select in your xaml looks for a CONFIRM SAVE AS dialog box in a pdf reader once after trying to save a pdf
If that window i.e., that element of occurs it will give us a Boolean output of TRUE or FALSE

Hope this would help you
Cheers @Victor_Victory

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.