I'm again trying to scrape text which shows up inside quotes and I can't select it, can't seem to figure out how to capture it. I normally am able to do :contains, didn't work. Also tried :has but not sure I am even constructing it correctly (see sitemap).
Any thoughts on getting that text between the quotes?
Website page:
Concertex Aberdeen page
Sitemap:
{"_id":"concertexuphols","startUrl":["Collections Concertex® a","multiple":true,"delay":0},{"id":"collectionname","parentSelectors":["collections"],"type":"SelectorText","selector":"#detailbox h2.item_name","multiple":false,"delay":0,"regex":""},{"id":"name","parentSelectors":["collections"],"type":"SelectorText","selector":"div.colornamed","multiple":false,"delay":0,"regex":""},{"id":"image","parentSelectors":["collections"],"type":"SelectorImage","selector":"img.js--product-preview","multiple":false,"delay":0},{"id":"category","parentSelectors":["collections"],"type":"SelectorText","selector":"#detailbox > div.right > strong:contains('": Upholstery")","multiple":false,"delay":0,"regex":""},{"id":"content","parentSelectors":["collections"],"type":"SelectorText","selector":"div:has(strong:contains('Content'))","multiple":false,"delay":0,"regex":""}]}
Thanks for any guidance.
-Jenny
