Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General Run error
#6
Solved: 10 Years, 9 Months, 4 Weeks ago
Hi Prema,
I tried the samething in my application, good news is that i am also getting the same error only if i attempt clicking that image.that means there is problem with properties of child/BrowserPage once we click for List(0).In my app, i have images with properties i have described below. This will display the name and file name(for me file names are different in my app). But if i add the line List(0).Click... will get the same error as u are getting now, From this we can understand that there is change in
Browser().Page(). -->> Pls look into this
Here i am pasting my script:
Code:
desc = Description.Create()
'desc("alt").Value = "Edit"                  
desc("html tag").Value = "IMG"
desc("image type").Value = "Image Link"
desc("name").Value = "Image"
'desc("file name").Value = "edit.gif"
Set List =Browser("title:=CFS - Search Trades").Page("title:=CFS - Search Trades").ChildObjects(desc)
' check Browser("title:=CFS - Search Trades").Page("title:=CFS - Search Trades")
NoOfChildObjs = List.Count()
msgbox NoOfChildObjs
For i = 0 to NoOfChildObjs - 1
'List(i).Click
MsgBox List(i).GetROProperty("name")
MsgBox List(i).GetROProperty("file name")
Next
Reply


Messages In This Thread
General Run error - by Prema - 10-12-2010, 01:03 PM
RE: General Run error - by KavitaPriyaCR - 10-12-2010, 01:16 PM
RE: General Run error - by Prema - 10-12-2010, 01:44 PM
RE: General Run error - by KavitaPriyaCR - 10-12-2010, 01:55 PM
RE: General Run error - by Prema - 10-12-2010, 02:14 PM
RE: General Run error - by KavitaPriyaCR - 10-12-2010, 03:17 PM
RE: General Run error - by Prema - 10-12-2010, 04:08 PM
RE: General Run error - by KavitaPriyaCR - 10-12-2010, 04:35 PM
RE: General Run error - by Prema - 10-12-2010, 04:39 PM
RE: General Run error - by KavitaPriyaCR - 10-12-2010, 04:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  General run error when Exist fails msacks 1 1,696 02-08-2019, 02:12 AM
Last Post: Ankur
  General Object Error(Find Object Error) akhandesh 1 3,432 02-24-2016, 01:05 PM
Last Post: sindhus
Rolleyes The test run cannot continue due to an unrecoverable error neerndg123 3 8,449 09-17-2015, 08:27 PM
Last Post: ananthakumarbe
  HI, i'm having a run time error ,please help? Awzar 0 2,402 01-24-2015, 06:52 AM
Last Post: Awzar
  Browser("BrowserName").Back gives General Run Error... deminiek 13 17,740 12-10-2013, 12:53 AM
Last Post: rizvia

Forum Jump:


Users browsing this thread: 1 Guest(s)