我有一个包含标题的内部页面,然后是显示一些新闻内容的部分。标题部分位于 <.body class...><.div class...><.table ...> 下,这是显示的部分。新闻流内容位于<.body class...><.table id = "iframe">。
我遇到的问题是通过 testcafe 运行时表 iframe 中的内容为空。除了一些 testcafe 引用之外,该 iframe 中或多或少没有其他内容,例如:
<.script type="text/javascript" class="script-hammerhead-shadow-ui" charset="UTF-8" src="http://172.30.48.47:49788/hammerhead.js"> <.script type ="text/javascript" class="script-hammerhead-shadow-ui" charset="UTF-8" src="http://172.30.48.47:49788/testcafe-core.js">
关于在通过 TestCafe 运行时我可以做些什么来加载 iframe 内容的任何想法?