버튼을 클릭 할 때 생성되는 iFrame에 대한 쓰기 테스트. iFrame 이름과 ID는 유사하지만 동적으로 생성됩니다. 전에 "switchToiFrame"을 성공적으로 사용했습니다.Behat/Mink로 동적 이름이 지정된 iframe으로 전환하는 방법
<div class="bbbb-frame-container" style="height: 400px; width: 665px; margin-top: -200px; margin-left: -332.5px;">
<div class="user-support-frame-close-container" style="display: block;">
<div class="user-support-frame-close">Close</div>
</div>
<iframe id="poplock_default9636_priv" frameborder="0" name="poplock_default9636_priv" src="blah.blaag.com">
<!DOCTYPE html>
.....................
poplock_defaultNNNN_priv 나가 전환하려는 동적으로 생성 iframe이있다 ..
그냥 대해 getAttribute 및 swithToIframe에 대한 링크가 작동하지 않는 언급 : | 여기 링크를 사용할 수 있습니다 : http://apigen.juzna.cz/doc/Behat/Mink/class-Behat.Mink.Driver.DriverInterface.html#_switchToIFrame –