Macro not work with monitoring

I’ve been trying for 2 hours to make my macro work to filter and thus extract the information of a ticket price with the monitor function, but I get an error and I can’t.

Macro playback failed
el.click is not a function
Error evaluating expression: [“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:16.1754150390625,“y”:14.604248046875},{“frame”:0}]
Error evaluating statement: “click”, at Position: [1]

Hi @promo

Firstly, welcome to Distill’s forums.

Sorry to hear that you have been facing some challenges. We’ll be glad to help you out.
May I kindly request for some additional information?

  1. Can you kindly export the macro & share the corresponding JSON file?
  2. Furthermore, can you please share the specific webpage & the data that you’re trying to monitor?

Best Regards,
Surya

web page: UEFA Champions League tickets | Man City v Inter

I want, the macro make click in one area of the map, and monitoring the firs price.

Only this error appear.

Macro: {“macros”:[{“meta”:{“url”:“https://www.livefootballtickets.com/fixtures/uefa-champions-league-final-tickets-champions-league.html"},“name”:"CAT 3”,“spec”:{“params”:[]},“steps”:[[“wait_doc”,{“frame”:0}],[“wait_for_duration”,3],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:16.1754150390625,“y”:14.604248046875},{“frame”:0}],[“wait_for_duration”,2],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:10.1754150390625,“y”:53.869873046875},{“frame”:0}],[“wait_for_duration”,2],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:18.1754150390625,“y”:40.260498046875},{“frame”:0}]],“version”:2}]}

Hello @promo

Thank you for sharing the details.
I think your macro export is incomplete.
May I kindly request you to follow the instructions (around 5m 30s) in this video & share the exported json file with me?

Cheers,
Surya

P.S. Note that you can directly share the JSON file and need not paste it in the contents of the message.

Im a new User i can´t share a json here, for that i need to paste.

{“macros”:[{“meta”:{“url”:“https://www.livefootballtickets.com/fixtures/uefa-champions-league-final-tickets-champions-league.html"},“name”:"CAT 3”,“spec”:{“params”:[]},“steps”:[[“wait_doc”,{“frame”:0}],[“wait_for_duration”,3],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:16.1754150390625,“y”:14.604248046875},{“frame”:0}],[“wait_for_duration”,2],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:10.1754150390625,“y”:53.869873046875},{“frame”:0}],[“wait_for_duration”,2],[“click”,[“selector”,{“meta”:{},“type”:“css”,“value”:“g:nth-child(5) path:first-child”}],{“x”:18.1754150390625,“y”:40.260498046875},{“frame”:0}]],“version”:2}]}