Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identification Of Dynamic Object(Frame) Using Descriptive _Program
#1
Not Solved
Cannot find the "[ WebEdit ]" object's parent "[ Frame ]" (class Frame). Verify that parent properties match an object currently displayed in your application.
Reply
#2
Not Solved
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 ?
Reply
#3
Not Solved
*)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.

-------------------------------
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Object Identification error Ansh123 12 8,727 01-31-2012, 09:53 AM
Last Post: rajpes

Forum Jump:


Users browsing this thread: 1 Guest(s)