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

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Is that a custom Submit button which you are using on form?

what form it is? catalog ?

Why not use OOB test step for Order now button?

share your test steps screenshots

Regards
Ankur

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

Hi Ankur, good day

What  OOB mean?

Is a custom submit on the form IT Equipment - Hardware form

Hi,

Is that a catalog item which you shared in screenshot?

If yes then no need to use custom UI steps

There are out of the box steps for Catalog item for submitting the form etc

what have you tried so far?

Regards
Ankur

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

Hi Aknur

 

Finally I got the answer, I only add the steps Record Query and Open an Exiting Record

I was a little confused because I thought I should click the button with another type of step

 

Thanks for the help