Couldn't create the line selector

I'm a freshman. With this tool, I can scrape the information from the test website, but I failed on the url below:

I want to create a link selector for the URL "产品中心 - 尚维国际". However, when I clicked "select" button, no links were detected.

Could anyone assist me with this issue? I aim to scrape all the product-related information.
Thanks in advance.

{"_id":"test","startUrl":["http://www.sunywo.com/cn/product/41_0.shtml"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.h-a-text","type":"SelectorLink"},{"id":"Name","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('系统处理器') [width='227.33333333333326'] p","type":"SelectorText"},{"id":"Info","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".h-pro-subText h3","type":"SelectorText"}]}

Great. Thanks a million.

1 Like