How to click "Delete" button in confirmation popup using ATF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 04:49 AM - edited 05-28-2025 04:52 AM
Hi All,
In the Risk Workspace, when I click on Delete for a risk record, a confirmation dialog appears with a Delete button. I'm using ATF (Automated Test Framework) and I need help to click on this confirmation Delete button in the popup.
How can I handle this in ATF?
FYI: I used the custom ui, but this didn't captured the buttons of confirmation dialog.
Thanks in Advance,
Sachin G K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 04:51 AM
did you try to use some Modal step?
Did you try to use Custom UI step?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 04:53 AM - edited 05-28-2025 05:02 AM
I used the custom ui, but this didn't captured the buttons of confirmation dialog. But for Modal step, what values we need to pass for Modal Values field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 05:10 AM
for modal to work it should be a form and then using some UI action modal should be opened
but in your case it's not form
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 05:13 AM
sure,how can we click on delete button in atf?