Scrape title then click on title and scrape description

Describe the problem.
Hello,
I’m 100% newbie and I think I need help to get it start because I can’t make it work for a simple scrape

If I take the example page :
https://www.webscraper.io/test-sites/e-commerce/static

I want to scrape the title then click on the title and get the « big description ». And I want to do it for all products of the page. I know how to scrape data in a page but the click stuff gives me issues (link, click element …)

Do you have a working example with the test page ?

Than you very much for your help

Url: https://www.webscraper.io/test-sites/e-commerce/static

Sitemap:
{"_id":"rrrr","startUrl":["https://www.webscraper.io/test-sites/e-commerce/static"],"selectors":[{"id":"rrrr","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.title","multiple":true,"delay":0}]}

Here is an example:

{"_id":"ws-example","startUrl":["https://www.webscraper.io/test-sites/e-commerce/static"],"selectors":[{"id":"cat","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.category-link","multiple":true,"delay":0},{"id":"sub-cat","type":"SelectorLink","parentSelectors":["cat"],"selector":"a.subcategory-link","multiple":true,"delay":0},{"id":"item-url","type":"SelectorLink","parentSelectors":["sub-cat","pagination"],"selector":"a.title","multiple":true,"delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["sub-cat","pagination"],"selector":".pagination a","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["item-url"],"selector":"h4:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}

1 Like

Thank you for your help !
After all day trying to make it work, I figured out that my initial code was working. The problem is I was using a Macbook and my chrome page was in full screen so the program wasn't starting at all... (Macbook desktop)