First day working with this tool... I've gotten as far as to find the "click here" button and then it reveals a contact to email. I've been able to select that click element... but then have no idea what new selector I put under that one to grab the revealed email address.
here's my site map
{"_id":"JobListings","startUrl":["https://www.rca.org/jobs/"],"selectors":[{"id":"Linkselector","parentSelectors":["_root"],"type":"SelectorLink","selector":".job_listing a","multiple":true,"linkType":"linkFromHref"},{"id":"ChurchName","parentSelectors":["Linkselector"],"type":"SelectorText","selector":".name strong","multiple":false,"regex":""},{"id":"Position","parentSelectors":["Linkselector"],"type":"SelectorText","selector":"h3","multiple":false,"regex":""},{"id":"applyforjob","parentSelectors":["Linkselector"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"input.application_button","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"input.application_button"}]}