1
간단한 밤 시계 테스트가 있습니다. iframe 내부의 일부 요소를 클릭해야하지만 '예상 된'표시가 있지만 '찾지 못했습니다.' '오류가 있습니다.Nightwatch. iframe에서 요소를 클릭 할 수 없습니다.
.waitForElementVisible(".my_iframe", 30000) // this is work correctly
.pause(5000)
.frame('my_iframe') // I understood that it is needed to go inside iframe
.waitForElementVisible("card_input", 5000)
.frame(null)
요소 card_input은 표시되지 않습니다. iframe 내부의 요소로 어떻게 작업 할 수 있습니까?