how to find a button to click?

Julio Cesar Gon
Kilo Explorer

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

find_real_file.png

I try with Click component (Custom UI) but in the dropdown list it's not show me the button 

find_real_file.png

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

7 REPLIES 7

So what type of form it was? Catalog item or normal form?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

ServiceNow Use6
Tera Guru

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.

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