Help, test run isn't following the links to proceed

I trying to setup a test scrape on the test site. After click the start scrape, the process stood still, not moving alone the url links.

{"_id":"test-site","startUrl":["https://www.webscraper.io/test-sites/e-commerce/allinone"],"selectors":[{"id":"link1","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.category-link","multiple":true,"delay":0},{"id":"link2","type":"SelectorLink","parentSelectors":["link1"],"selector":"a.subcategory-link","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["link2"],"selector":"a.title","multiple":true,"regex":"","delay":0}]}

It's working on my pc.

I think you were looking for this.

Sitemap:

{"_id":"test-site","startUrl":["https://www.webscraper.io/test-sites/e-commerce/allinone"],"selectors":[{"id":"link1","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.category-link","multiple":true,"delay":0},{"id":"link2","type":"SelectorLink","parentSelectors":["link1"],"selector":"a.title","multiple":true,"delay":0},{"id":"description","type":"SelectorText","parentSelectors":["link2"],"selector":"p.description","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["link2"],"selector":"h4.pull-right","multiple":false,"regex":"","delay":0}]}

Thanks Asad. I removed the Extension and re-install it. It works now.