0
我使用Firefox生成了一些自動化腳本。 現在我在Firefox中播放腳本。一切都很順利,但在Opera中有一些問題。此外,在Internet Explorer中一樣..Sahi腳本無法在Internet Explorer和Opera上正常工作
在Internet Explorer中,通常顯示的這部分代碼的腳本執行失敗後:
_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,
感謝納拉揚,我會在星期一檢查我的代碼然後回覆給你。謝謝 ;) – 2012-08-03 21:24:53