Skip to main content
June 1, 2023
Question

save as pdf in RPA

  • June 1, 2023
  • 2 replies
  • 0 views

Hi Champs,

we have a requirment in Appian RPA where we are clicking a button/image to download the data in PDF in a chrome browser. It's working fine till the pop-up comes for Save option. But we are not sure how to click the save button on that pop up as this is a different window than the primary browser screen.

2 replies

June 1, 2023

You could try to use keyboard shortcuts or image recognition to click the button in that dialog. This similar thread may help: community.appian.com/.../105553

sriramk5349
November 2, 2023

Hi @ghanashyamm005,

Please download Accessibility Insights app. We can see the Automation Id, Name etc.. of the particular button and with those items we can interact with the buttons, combo boxes etc.