【发布时间】:2012-08-04 01:20:29
【问题描述】:
我使用 Firefox 生成了一些自动化脚本。 现在我在 Firefox 中播放脚本。一切都很顺利,但在 Opera 中存在一些问题。在 Internet Explorer 中也一样..
在Internet Explorer中,这部分代码在脚本执行后一般显示为Failed:
_popup("csi")._assertExists(_div("deneme"));
_popup("csi")._assertEqual("deneme");
_getText(_div("deneme")) //This part is failed.
也在 Opera 中,
_sahi._popup("csi")._sahi._click(_sahi._link("Bilgi Güncelleme")); //This part is failed.与字符集有关吗?
最后,这个失败的部分在 Firefox 中运行良好。我应该怎么做才能解决这些问题。
谢谢,BR,
【问题讨论】:
标签: webautomation sahi