Web Scraper version: 0.5.4
Chrome version: 92.0.4515.107
OS: macOS Catalina 10.15.5
Hi, I am trying to retrieve footballer stats from transfermarket. I want to click on a player, then click on 'view full stats' under 'career' stats (lower down the page), to then scrape information.
even better IF , from the player page, the 'Stats' drop down -> and click stats by competition -> scrape data from the tables.
Sitemap:
{"_id":"market","startUrl":["https://www.transfermarkt.co.uk/spieler-statistik/wertvollstespieler/marktwertetop"],"selectors":[{"id":"players","type":"SelectorLink","parentSelectors":["_root"],"selector":".hauptlink a","multiple":true,"delay":0},{"id":"full_stats","type":"SelectorLink","parentSelectors":["players"],"selector":"a#\\33 42229[title]","multiple":false,"delay":0},{"id":"appearences","type":"SelectorText","parentSelectors":["full_stats"],"selector":"tr.odd:nth-of-type(1) td:nth-of-type(3)","multiple":false,"regex":"","delay":0}]}
Error Message:
The links dont appear to be working, i just get "null" when trying to scrape!
![image|689x71](upload://uYqXWuKrWZliFC9N03CjRESrexB.png)
Error: Could not retrieve target port
at o.handleMessageResponse (content_script.js:4324)
at o.receive (content_script.js:4309)
Thanks in advance