Duplicated records

Hi all,

So I would want to get the country from each row (event/game) -> if you click on a particular game, you will see the country on the top line of the window that appears on the right.
Example: For the first record (Liverpool - Bayern), the country would be "Europe".

The problem is that I get duplicated rows in the CSV file.
I've tried to change the "Click element uniqueness" for each of the 4 available types but no luck.

Can someone please help me on this?

Thank you in advance!

Url: https://www.sofascore.com/football/2019-02-19

Sitemap:
{"_id":"sitemap_share","startUrl":["https://www.sofascore.com/football/2019-02-19"],"selectors":[{"id":"event","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.page-container","multiple":true,"delay":0,"clickElementSelector":"div.js-event-list-tournament-events a.cell","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"country","type":"SelectorText","parentSelectors":["event"],"selector":"ul.breadcrumb li:nth-of-type(1) a.js-link","multiple":false,"regex":"","delay":0},{"id":"home","type":"SelectorText","parentSelectors":["event"],"selector":"a.h-interactive span:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"away","type":"SelectorText","parentSelectors":["event"],"selector":"a.h-interactive span:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}

When you use an element click selector, you have two fields, Selector & Click Selector

You correctly chose the right Click Selector.

The other box "Selector" needs to cover the information that is displayed AFTER you click on each link. In this case it's the little box to the right = div.widget

Once you do that, it looks like it works.