Describe the problem.
Hi.. Please support me...
I try to collect text tables under "Specifications." This one needs to click "Down arrow" to open to see a text.
I don't know how tho get text under "Specifications."??
Sitemap:
{id:"sitemap code"}
Describe the problem.
Hi.. Please support me...
I try to collect text tables under "Specifications." This one needs to click "Down arrow" to open to see a text.
I don't know how tho get text under "Specifications."??
Sitemap:
{id:"sitemap code"}
@zirubak Hi, it appears that it would require using an 'Element scroll' in a combination with 'Element click' selector.
Example:
{"_id":"bestbuy-com","startUrl":["https://www.bestbuy.com/site/dell-s3222dgm-32-led-curved-qhd-freesync-gaming-monitor-displayport-hdmi-black/6473700.p?skuId=6473700"],"selectors":[{"delay":0,"id":"Voice Assistant Built-in","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"li.list-item:contains(\"Voice Assistant Built-in\") > div + div","type":"SelectorText"},{"delay":0,"id":"Refresh Rate","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"ul.specifications-list li.list-item:contains(\"Refresh Rate\") > div + div","type":"SelectorText"},{"clickElementSelector":".specifications-accordion-wrapper button.c-show-hide-trigger","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1200,"discardInitialElements":"discard-when-click-element-exists","id":"wrapper","multiple":true,"parentSelectors":["scroll"],"selector":"body","type":"SelectorElementClick"},{"delay":2000,"id":"scroll","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementScroll"}]}
Hope it helps!