UseCase : When a particular button is clicked ,only then a screenshot should be taken with the help of the PowerAutomate Desktop.
Please help on this
Thank you!!
When a particular button is clicked by the Flow or by a human?
"By Flow" you can try as follows-
- Add ui element for the button
- Click the button
- Then call the take screenshot action.
A particular button clicked by human and not by flow
Hi @Swatiba ,
So manually human clicking a button, whether it was in web page or anywhere else. and what screenshot you need to take any particular page.
We have action for take screenshot.
You can use that as well, and how you are planning to click a press a button.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
When I click manually a particular button, it opens a page,Screenshot of that page has to be captured.
Yes i have used that action for taking screenshot.But how will PowerAutoamte Desktop understands when the button is Clicked.
in which page you need to take screenshot.
Webpage
Hi Check it may help for you
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@Swatiba , you mentioned "When I click manually a particular button, it opens a page,Screenshot of that page has to be captured"
- Add ui element for the button
- Click the button using PAD
- Add Wait for the other page to load open
- Then call the take screenshot action.
Also take a look at Take screenshot of web page action.
If using this action then:
After clicking the button
- first use Launch Chrome -> Attach to already opened window -> Give the new window details. Its also takes partial url or window title
- then call Take screenshot of web page
Are you facing any challenges in doing this?