Hi @iconoclast this one is for you:)
I am looking to capture the Outer HTML that is associate with the Company name in the title.
As can see the company name "SearchBrothers" falls outside the tags within the the tag. Sitemap:
I found a workaround using regex to select everything after the comma but I know there was a simpler way to do this without regex. Any help?
{"_id":"smxeast","startUrl":["https://marketinglandevents.com/smx/east/speakers/"],"selectors":[{"id":"Element Click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.modal.in div.modal-body","multiple":true,"delay":0,"clickElementSelector":"div.spkrbox > a:nth-of-type(2),.close","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"Name","type":"SelectorText","parentSelectors":["Element Click"],"selector":"h4.modal-title","multiple":false,"regex":"","delay":0},{"id":"Title","type":"SelectorText","parentSelectors":["Element Click"],"selector":"em","multiple":false,"regex":"","delay":0},{"id":"Bio","type":"SelectorText","parentSelectors":["Element Click"],"selector":"div.col-md-12 div.col-md-12","multiple":false,"regex":"","delay":0},{"id":"Company","type":"SelectorText","parentSelectors":["Element Click"],"selector":"div.col-md-10 p","multiple":false,"regex":"\s(\w+)$","delay":0},{"id":"Twitter","type":"SelectorElementAttribute","parentSelectors":["Element Click"],"selector":"a.icon:nth-of-type(1)","multiple":false,"extractAttribute":"href","delay":0},{"id":"linkedin","type":"SelectorElementAttribute","parentSelectors":["Element Click"],"selector":"a.icon:nth-of-type(2)","multiple":false,"extractAttribute":"href","delay":0}]}

