Показать сообщение отдельно
  #27 (permalink)  
Старый 23.07.2016, 17:51
Аспирант
Отправить личное сообщение для innowed Посмотреть профиль Найти все сообщения от innowed
 
Регистрация: 27.03.2015
Сообщений: 78

Код выше срабатывает только после наведения на элемент, этот код срабатывает oncontentload
document.body.firstChild.firstChild.firstChild.lastChild.lastChild.previousSibling.firstChild.firstChild.nextSibling.firstChild.firstChild.firstChild.contentWindow.document.getElementById('recaptcha-anchor').firstChild.click()

p.s. почему-то iframe только такой цепочкой берётся, document.getElementsByTagName('iframe')[0] не срабатывает

а не, всё сработало, ппц))
document.getElementsByTagName('iframe')[0].contentWindow.document.getElementById('recaptcha-anchor').firstChild.click()

Последний раз редактировалось innowed, 23.07.2016 в 17:55.
Ответить с цитированием