H
H
HakerHelp2014-10-22 13:23:29
Mobile development
HakerHelp, 2014-10-22 13:23:29

How to click on an element in an iframe?

You need to click on an element in an iframe.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
litvinoffsky, 2014-10-22
@litvinoffsky

If in the same domain, then
document.getElementById('#frame_id#').contentWindow.document.getElementById('#link_id#')
.click()
If not, then write your browser with a different security policy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question