09-19-2013, 04:39 PM
Cannot find the "[ WebEdit ]" object's parent "[ Frame ]" (class Frame). Verify that parent properties match an object currently displayed in your application.
Identification Of Dynamic Object(Frame) Using Descriptive _Program
|
09-19-2013, 04:39 PM
Cannot find the "[ WebEdit ]" object's parent "[ Frame ]" (class Frame). Verify that parent properties match an object currently displayed in your application.
Please post the full details of your issue. One liner won't help.
What are you trying to do? What code u had written ? What error you are facing ?
09-19-2013, 05:38 PM
*)I assign the value to the web user control in our software.It contains the path
Browser(**).Page(**)Frame(***).Webtable(**).Webtable(**).webtable(**).Webedit(**) Note: Frames Html id dynamically changing. The Below scripts has been tried. 1) Code: browser("title:=***").page("title:=***").frame("html id:=iframe.*").webtable("name:=Shipper$Account").webedit("name:=Shipper$Account","type:=text","html id:=Shipper_Account").Set"Shipper" Error: Cannot find the "[ WebEdit ]" object's parent "[ WebTable ]" (class WebTable). Verify that parent properties match an object currently displayed in your application. ------------------------------- 2) Code: 'browser("title:=***").page("title:=***").Frame("html id:=iframe/([0-9]|[1-9][0-9]/)").WebEdit("name:=Shipper$Account").Set"aaa" Error: Cannot find the "[ WebEdit ]" object's parent "[ WebTable ]" (class WebTable). Verify that parent properties match an object currently displayed in your application. ------------------------------------ 3) Code: browser("title:=***.*").page("title:=***.*").Frame("html id:=iframe.*").WebEdit("name:=Shipper$Account","type:=text").SetSecure"aaa" Error: Cannot find the "[ WebEdit ]" object's parent "[ Frame ]" (class Frame). Verify that parent properties match an object currently displayed in your application. ------------------------------- |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Object Identification error | Ansh123 | 12 | 9,328 |
01-31-2012, 09:53 AM Last Post: rajpes |