ElementClick selector - multiple

I try a simple ElementClick selector to go through food elements with no success.

Can anyone please review what is wrong with the 'food items' selector?

{"_id":"Test_Wesbite","startUrl":["https://www.grilld.com.au/menu"],"selectors":[{"clickElementSelector":"div.lightbox__actions button","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"discard","id":"close dialog","multiple":false,"parentSelectors":["_root"],"selector":"div.lightbox--game-changer","type":"SelectorElementClick"},{"clickElementSelector":"button.product-card__button","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"food items","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"title","multiple":true,"parentSelectors":["food items"],"regex":"","selector":"h1[itemprop='name']","type":"SelectorText"}]}

Thank you, I will share a solution if I find one

1 Like