Hi,
.list-item-tile-container > a gives me the url. When clicking on it, the following page opens: http://www.stumbleupon.com/su/1iMZbt. On this page I have the following element from which I would like to include the src attribute (i.e., the URL): <iframe sandbox="allow-same-origin allow-scripts allow-forms allow-popups" class="stumble-frame" src="http://www.womansday.com/health-fitness/news/a50504/the-video-that-has-lulled-millions-of-people-to-sleep/"></iframe>.
How do I configure element click to click on .list-item-tile-container > a and scrape the URL from the attribute on the page that opens?
Best,
Daniel
{"_id":"stumbleupon","startUrl":["https://www.stumbleupon.com/stumbler/KMStumbles"],"selectors":[{"id":"scrolling","type":"SelectorElementScroll","selector":"#profile-container > .continuous-scroll","parentSelectors":["_root"],"multiple":true,"delay":"2500"},{"id":"item","type":"SelectorElement","selector":"div.list-item-tile-container","parentSelectors":["_root","scrolling"],"multiple":true,"delay":0},{"id":"title","type":"SelectorText","selector":"div.title a","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"img","type":"SelectorImage","selector":"div.tile-top","parentSelectors":["item"],"multiple":false,"delay":0},{"id":"likes","type":"SelectorText","selector":"div.likes a","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"page","type":"SelectorText","selector":"div.domain","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item_click","type":"SelectorElementClick","selector":"div.tile-top","parentSelectors":["item_click"],"multiple":false,"delay":0,"clickElementSelector":"div.tile-top","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}