08-18-2009, 11:33 AM
Can you please exaplain the solution to over come this issue
Please see the attached screen shots.
Thanks in advance
V
Please see the attached screen shots.
Thanks in advance
V
Identifying of an object in a web based application for this scenario
|
08-18-2009, 11:33 AM
Can you please exaplain the solution to over come this issue
Please see the attached screen shots. Thanks in advance V
08-18-2009, 11:49 AM
What do you get when you do this,
Code: sindex = Browser().page().frame().webelement("innertext:=Area","index:=0 msgbox sindex
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
08-18-2009, 12:03 PM
Hi,
Value i am getting here is 438 Please see the below code Code: m=Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","innerhtml:=Priority","outertext:=Priority","Index:=0").GetROProperty("Source_Index") What is Source_Index and what is the importance of this? Can u please refresh me about this....
08-18-2009, 12:37 PM
Which code part "Webelement" was throwing the error ? can you paste that part only please.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
08-18-2009, 05:55 PM
Code: m=Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","innerhtml:=Priority","outertext:=Priority","Index:=0").GetROProperty("Source_Index") What is source_index and what is the importance of this... Can u please explain about these things also..
08-18-2009, 06:06 PM
Try this and let me know if it still throws the error ?
Code: Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","Index:=0").FireEvent "ondblclick" If it throws the same error then try this, Code: Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","Source_Index:=438").FireEvent "ondblclick" Source_Index is a DOM identification of the Object. You can read more about it at www.w3schools.com
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Web page not loading for EBS application when open UFT | satyagadam | 1 | 1,763 |
09-18-2019, 02:30 AM Last Post: satyagadam |
|
Set method not working for web number object | Qtp_bunny | 1 | 2,279 |
06-14-2018, 05:00 PM Last Post: Ankur |
|
How to avoid system lock while running Windows Based Application | SaranKumarV | 6 | 21,645 |
03-21-2018, 04:18 PM Last Post: blr.moin@gmail.com |
|
Facing a problem while identifying Angular JS objects in a web page | vangasantosh | 0 | 1,222 |
12-20-2017, 01:26 PM Last Post: vangasantosh |
|
Unable to identify Child Object for a window application created using C#. | ssanjeev | 3 | 6,215 |
03-27-2017, 05:38 AM Last Post: ankita |