Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to handel IE error
#1
Not Solved
hi friends,

While running the script, at a specific test scenario an IE error pops up and my browser just hangs up.
I tried the following things to fix this error:
1) Increased the size of Temporary Internet Files
2) Added 'webutil.deletecookies'.

But its of no use.
Can any 1 tell me how to handel this IE error.

Below is my script:
Code:
With Browser(ManageReportsBrowser).Page(ManageReportsPage)
    .WebEdit("name:=SEARCH_NAME", "class:=input_data").Set DataTable.Value("NewReportName", dtLocalSheet)
    .Link("name:=Go!").Click
    .Image("file name:=run.gif", "alt:=Run Report").Click
End With
webutil.deletecookies
With Browser(ReportsBrowser).Page(ReportsPage)
    .WebEdit("name:=SEARCH_COND", "html tag:=INPUT").Set "(Id = 10010)"
    .Link("name:=Go!", "class:=msgo").Click
    .Link("name:=10010", "html tag:=A").Click
End With
Reply


Messages In This Thread
How to handel IE error - by ritesh - 05-12-2009, 02:22 PM
RE: How to handel IE error - by Ankur - 05-12-2009, 05:02 PM
RE: How to handel IE error - by ritesh - 05-13-2009, 12:18 PM
RE: How to handel IE error - by Ankur - 05-13-2009, 12:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)