05-11-2009, 10:04 AM
can you try wait command
Give wait command after entering first text box script line
See you can use direct application URL in systemutill command not necessary to open IE if your application is web app
Give wait command after entering first text box script line
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\admin","open"
Browser("Browser").Page("Welcome to PAYMENT").Frame("HtmlFrame").WebEdit("CARDNUMBER" ).Set DataTable("CARD_NUMBER", dtLocalSheet)
Wait(5)
Browser("Browser").Page("Welcome to PAYMENT").Frame("HtmlFrame").WebEdit("CARDNUMBER").FireEvent("onblur")
See you can use direct application URL in systemutill command not necessary to open IE if your application is web app