Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General run Error
#1
Not Solved
i am getting the General Run Error for below Code
and i have attached the Code as well.
Please can find out what the problem is please..??

can u any one suggest me the right answer please ...
please..

----------------------------------------------------------------------
Code:
For j=1 to datatable.GetSheet("OR1").GetRowCount

       datatable.GetSheet("OR1").SetCurrentRow(j)

       If datatable("name","OR1")=ObjectName Then

           If datatable("micclass","OR1")<>" " Then
               desc("micclass").value=datatable("micclass","OR1")
           End If

'           If datatable("html id","OR1")<>" " Then
'               desc("micclass").value=datatable("html id","OR1")
'           End If

           If datatable("class","OR1")<>" " Then
               desc("micclass").value=datatable("class","OR1")
           End If

           If datatable("innertext","OR1")<>" " Then
               desc("micclass").value=datatable("innertext","OR1")
           End If

     Set obj=Browser("creationtime:=0").page("title:=.*").ChildObjects(desc)

    Set FindObject=obj(0)
      'obj1=FindObject(obj)

       End If

   Next
End Function


Attached Files
.txt   FuncLib2.txt (Size: 803 bytes / Downloads: 73)
.txt   FuncLib.txt (Size: 321 bytes / Downloads: 48)
.txt   Login.txt (Size: 431 bytes / Downloads: 52)
Reply


Messages In This Thread
General run Error - by akhandesh - 08-22-2013, 01:05 PM
RE: General run Error - by basanth27 - 08-22-2013, 01:11 PM
RE: General run Error - by akhandesh - 08-22-2013, 01:26 PM
RE: General run Error - by akhandesh - 08-22-2013, 04:32 PM

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

Forum Jump:


Users browsing this thread: