iframe

  1. S

    Как открыть фрейм?

    Всем привет! Чего то не понимаю, как кликнуть на фрейм? Какое событие? click не открывает(
  2. timoxa949

    Как спарсить iframe?

    Всем привет, как спарсить содержимое iframe? На примере: https://demo.theme-fusion.com/ Заранее благодарен.
  3. aluminoter

    Как достучатся к Dom модели через iframe?

    Есть некий элемент iframe: // tab Tab tab = instance.ActiveTab; // element HtmlElement elm= tab.QuerySelector(".someDiv iframe", 0); Как мне пользоваться тегами внутри этого iframe (выполнить действие - клик левый, правый и т.д.)? Кто знает подскажите пожалуйста. За ранее благодарен.
  4. M

    Interact with javascript in iframe

    I've got a case where an angularjs app uses an iframe for recaptchav2. The iframe uses a javascript function to send the recaptcha result to the parent window using postMessage. Then the angularjs app uses the token internally and adds it to the request it makes to the server. How can I call...