在Java 1.8上移動後,在啓動Web啓動應用程序時出現安全警告。UFT無法識別Java安全警告
UFT可以通過對象間諜看到此Java對話框的所有對象。因此,我已編碼信息檢查和確認塊:
If JavaDialog("label:=Security Warning").Exist(40) Then
JavaDialog("label:=Security Warning").JavaCheckBox("text:=I accept the risk and want to run this application\.").Set True
JavaDialog("label:=Security Warning").JavaButton("label:=Run")
End If
但測試執行甚至40秒等待JavaDialog("label:=Security Warning")
回報False
就在此刻所有腦幹,而無需等待所有過程。
這種行爲的原因是什麼?怎麼修?