. towindow在DalekJS中的使用



我正在尝试访问由我的测试代码打开的第二个窗口:

.click('.footer-content li:nth-child(thisItem)')
.toWindow('http://thisDomain.com')
.assert.title().to.contain(thisTitle)
.toParentWindow()

我可以看到浏览器中打开了正确的页面,但是测试仍然返回原始页面的标题。我使用。towindow正确吗?

您需要向它传递窗口的名称,参见:https://developer.mozilla.org/en-US/docs/Web/API/Window.name

相关内容

  • 没有找到相关文章

最新更新