I can't give the url because it's secure but I'm basically trying to extract data from a twillo Flex dashboard.
The left side of the screen is a list of names and that stays visible and in place after you click an account name (link-popup works for this) Then the right side of the screen shows the details ('text' collects the data). I can get it to preview all the data I need (which is exciting!) but it only exports the headers (name, phone, etc.) without the data and I cannot get it to work.
I ran through the step-by-step examples using the test sites and I can get the samples to work but not with twillo. When it runs, it goes from account, to account but never extracts data. However, as I said, the data populates when I hit 'data preview' for the left side (list of account names appears) and then also for the data I want to extract (list of name, phone, address, etc. appears). Even though this is set up exactly like the examples, and seems to work, when I run it it, the popup opens, goes from page to page and finishes but shows none of the data and the only thing the CVS show is the headers row (name, address, phone).
Sitemap:
{"_id":"leads","startUrl":["Twillo*"],"selectors":[{"id":"lead-selector","parentSelectors":["_root"],"type":"SelectorPopupLink","selector":".new span.name","multiple":true},{"id":"lead-name","parentSelectors":["lead-selector"],"type":"SelectorText","selector":"div.name","multiple":false,"regex":""},{"id":"lead-source","parentSelectors":["lead-selector"],"type":"SelectorText","selector":"div.source > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-assigned","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".created > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-phone","parentSelectors":["lead-selector"],"type":"SelectorText","selector":"a.ng-star-inserted","multiple":false,"regex":""},{"id":"lead-address","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".address > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-city","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".city > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-state","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".state > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-zip","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".zip > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-county","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".county > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-dob","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".dob > span:nth-of-type(2)","multiple":false,"regex":""},{"id":"lead-email","parentSelectors":["lead-selector"],"type":"SelectorText","selector":".email a","multiple":false,"regex":""}]}