@medelste Hello, as it seems the targeted website uses generated classes which most likely are re-generated on a regular basis. In order to circumvent this, you would have to create most of the selectors manually.
Example:
{"_id":"sportsbook-fanduel-com","startUrl":["https://sportsbook.fanduel.com/navigation/nba"],"selectors":[{"delay":2000,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div#root > div > div > div > div > div > div > div > div > div > div > div > div > div:has(title)","type":"SelectorElementScroll"},{"delay":0,"id":"home-team","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"a[style=\"cursor: pointer;\"]:nth(0) > div > div:nth(0) span:nth(0)","type":"SelectorText"},{"delay":0,"id":"away-team","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"a[style=\"cursor: pointer;\"]:nth(0) > div > div:nth(2) span:nth(0)","type":"SelectorText"},{"delay":0,"id":"home-team-score","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"a[style=\"cursor: pointer;\"]:nth(0) > div > div:nth(0) span:nth(1)","type":"SelectorText"},{"delay":0,"id":"away-team-score","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"a[style=\"cursor: pointer;\"]:nth(0) > div > div:nth(2) span:nth(1)","type":"SelectorText"},{"delay":0,"extractAttribute":"","id":"home-team-spread","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(0) span","type":"SelectorGroup"},{"delay":0,"extractAttribute":"","id":"away-team-spread","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(3) span","type":"SelectorGroup"},{"delay":0,"extractAttribute":"","id":"home-team-money","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(1) span","type":"SelectorGroup"},{"delay":0,"extractAttribute":"","id":"away-team-money","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(4) span","type":"SelectorGroup"},{"delay":0,"extractAttribute":"","id":"home-team-total","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(2) span","type":"SelectorGroup"},{"delay":0,"extractAttribute":"","id":"away-team-total","parentSelectors":["wrapper"],"selector":"div[role=\"button\"]:nth(5) span","type":"SelectorGroup"}]}