Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot find the "[ WebButton ]" object's parent "[ Page ]" (class Page)
#1
I am beginner and trying keyword driven framework.. here is my script for login to Gmail account.
Code:
******initiate variable**** ExecuteFile "F:\Scripts\Login\Constant\OR Constants.vbs" Systemutil.Run "www.gmail.com" '**************Add a new sheet and import keywords********** Set dtKeyWord = DataTable.AddSheet("Keywords") DataTable.ImportSheet "F:\Scripts\Login\KeyWords\ScriptKeywords.xls","sheet1","Keywords" dtRowCount = dtKeyWord.GetRowCount msgbox(dtRowCount) dtColumnCount = dtKeyWord.GetParameterCount msgbox(dtColumnCount) 'Use for loop to get values row by row For dtRow=1 to dtRowCount dtKeyWord.SetCurrentRow(dtRow) strObjClass = DataTable("ObjectClass","Keywords") strObjProperties = DataTable("ObjectProperties","Keywords") strOperation = DataTable("Operation","Keywords") strValue = DataTable("Value","Keywords") If strOperation = "SetParent" Then oParentObjectArray = Split(strObjClass, "/") oParentObjectPropArray = Split(strObjProperties, "/") For iparentCount = 0 to ubound(oParentObjectArray) iParent = oParentObjectArray(iparentCount) msgbox(iParent) iParentProp = oParentObjectPropArray(iparentCount) msgbox(iParentProps) If iparentCount = ubound(oParentObjectArray) Then strParent = strParent&iParent&"("&""""&eval(iParentProp)&""""&")" msgbox(strParent) Exit for End If strParent = strParent&iParent&"("&""""&eval(iParentProp)&""""&")." msgbox(strParent) Next ParentObject = strParent msgbox(ParentObject) Else oStatement = ParentObject&"."& strObjClass &"("&""""&eval(strObjProperties)&""""&")."& strOperation msgbox(oStatement) If strValue<>"" Then oStatement = oStatement& """"&strValue&"""" msgbox(oStatement) else oStatement = oStatement msgbox(oStatement) End If msgbox(oStatement) Execute(oStatement) End If Next

Can any one help me on this I am facing these error:
Cannot find the "[ WebButton ]" object's parent "[ Page ]" (class Page).
Cannot find the "[ WebEdit ]" object's parent "[ Page ]" (class Page).
Reply
#2
Please share the test data for which you are running the script.
Reply
#3
Reply
#4
what about Object repository, is it being associated runtime or associted already?
in any case make sure your object repository is associated and the object you want to work with, is available there in appropriate hierarchy.

Reply
#5
yes u need to have object repository associated with your action..thats why yor are getting this error...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Handler Page Redirects zunebuggy 1 1,934 09-15-2020, 11:01 PM
Last Post: Ankur
  How to identify an error page occurring in server in between the qtp run. aswini 1 2,207 05-04-2017, 03:52 PM
Last Post: Ankur
  click each web link in a page using Index or other method in QTP smeijer 13 26,692 04-29-2017, 04:53 PM
Last Post: kowshik
  How to get the links which appears on mouse hover of parent link rajendra649 9 37,195 03-10-2017, 06:35 PM
Last Post: satish00k
  Page element keep changing chong67 4 5,330 11-08-2016, 09:17 PM
Last Post: Paul Rammone

Forum Jump:


Users browsing this thread: 1 Guest(s)