I am trying to get elements in html page, i use document.elementFromPoint(x,y) to detect input elements; it works fine when there are no iframes. But inside iframes it does not
If your iframe is not on the same domain as your website, you won't be able to select tags using jquery/javascript