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
|
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 ?
*)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,635 |
01-31-2012, 09:53 AM Last Post: rajpes |
Users browsing this thread: 2 Guest(s)