0

我正在尝试使用 phantomJS 自动化一个场景,在该场景中有一个动态网格。我们必须手动填充网格中的数据。在填充网格之前,应显示一个空行。该空行没有显示在 phantomJS 浏览器中,而该行正在加载到 IE、Mozilla Firefox 和 google chrome 中。下面是我正在使用的脚本,我尝试使用行中元素的所有 ID,并尝试等待它加载足够的时间。

PhantomJS 版本 - 2.1.1 Node JS 版本 -0.12.13-x64.msi python 版本 -3.5.1 Nightmare -1.8.2

.waitForVisible('#ID')  //this is one element in the row. but the row is not being displayed simply it is throwing errors.
.type('#ID', "AAA-2121")
.pressTab('#ID')
.screenshot(resultfolder + '/06.sku-Details.png')
.pressTab('#ID')
.wait(3000)
4

0 回答 0