I have an <iframe>
like this-
<iframe id="iframe" src="https://www.producthunt.com/" width="800" height="600" scrolling="no" frameborder="0"></iframe>
I want to get the wrapping names of "div" in that product hunt website. Let's say product hunt website have a div name "products", How to I get that? For example, If a user click on a tag , I want to know that user clicked a tag or
tag etc
I know it's a basic question, but please help me.
tag , I want to know that user clicked a
tag or
tag etc
– Harsha Jan 31 '17 at 08:18