Why is the recorder not recognizing a click event?

I am trying to record a script to automate a form being filled out, however there is a button which the recorder is ignoring.

In the form there are 4 times where the script will need to press the next button, however it the recorder does not record the 3rd time the next button is clicked.

I have tried copying a click event from one of the previous clicks and clicking the button when it is still disabled and moving the event to when the button is enabled (when the button is disabled the click event registers) but in both cases the log said it could not find the button.

The button is highlighted in the recorder and it is recognizing other clicks on the page so I do not understand why the click is not being recognized.

@omari.lawrence, you can check this thread for some suggestions to deal with this.

1 Like