Automating the Save as PDF window

I want to automate the window pop up for Save as PDF by selecting the dropdown value as Save as PDF. Is that possible?

Hi @karthikeyan.srinivasan9

You can do it as in the inline screenshot.

Kindly check/test the given solution and close the topic by marking the solving post as ‘solution’

Thank you.

1 Like

Is that a CV Scope?

No. I just used the below.

  1. Use Application/Browser
  2. Select Item

Code:
DropDown.xaml (13.3 KB)

Thank you.

Hi i have a soultion for your question please try it
popup.xaml (18.9 KB)

this workflow will identfy 2 case
1.pdf is already selected
2.default is selected

then it will take action based on the conditions
regards
ahmad

dont forget to mark as solution if your question have beenn asnwered