标签: dalekjs
我试图访问由我的测试代码打开的第二个窗口:
.click('.footer-content li:nth-child(thisItem)') .toWindow('http://thisDomain.com') .assert.title().to.contain(thisTitle) .toParentWindow()
我可以在浏览器中看到正确的页面打开,但测试仍然返回原始页面的标题。我正确使用.toWindow吗?
答案 0 :(得分:0)
您需要将窗口名称传递给它,请参阅:https://developer.mozilla.org/en-US/docs/Web/API/Window.name