how to find a button to click?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:40 PM
Hi everyone, good day
I have been trying to do some automated test with ATF tool
In one scenario before fill all the field I need to click the Submit button
I try with Click component (Custom UI) but in the dropdown list it's not show me the button
I only see this options
Somebody know a better way to find the button or if exist an option to put the code like findEelement by id like selenium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 08:46 PM
So what type of form it was? Catalog item or normal form?
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-18-2022 10:45 PM
Hi,
I don't think you need a custom UI step for that. Please use, under Add test step, Form -> Submit a form
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 11:38 AM
Hi
I'll try whit that, I've thinking that option could help, the flow is after to click submit a new windows is opened to confirm the request
let me try, thanks