Select the ‘-‘ button to decrease amount of tickets searched to 1, and then press the ‘Find Tickets’ button. Unfortunately when loaded the macro it gives me the following error below- do you have any idea why?
Many thanks
Code: EMACRO
Msg:
Macro playback failed at step: click. el.click is not a function
@hbirch the error el.click is not a function suggests that the element selected in the page could not be located using the selector. can you export the macro as json and share that here? i wll check it out and get back to you.
there were 2 consecutive clicks on the minus button. the second one fails because the button is disabled after the first click.
the last click fails because the element being clicked could not be found in the page. either that element is not present in the page or its selector has changed. was it the plus button? a screenshot of the failed step: