Cannot Select Anything

Hi

I scraped some data from this website in June this year, now when I try again I can't. I cannot select any elements. When I hover over an element it goes green, but when I click on the element nothing shows up in the selector box.

The website: https://www.sustainable.co.za/solar-power/solar-power-kits.html

Thanks I hope you can help!

This happens sometimes when the site's JS mouseover code interferes with Web Scraper. You can still create selectors manually with some knowledge of HTML and CSS, e.g.

{"_id":"forum-sustainable","startUrl":["https://www.sustainable.co.za/solar-power/solar-power-kits/solar-ready-inverter-battery-backup.html"],"selectors":[{"id":"Product links","type":"SelectorLink","parentSelectors":["_root"],"selector":"ul li.item h2 > a","multiple":true,"delay":0}]}