08-18-2009, 05:55 PM
Code:
m=Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","innerhtml:=Priority","outertext:=Priority","Index:=0").GetROProperty("Source_Index")
msgbox m
Browser("....").Page(".........").Frame("main").WebElement("innertext:=Priority","innerhtml:=Priority","outertext:=Priority","Index:=0").FireEvent "ondblclick"
What is source_index and what is the importance of this...
Can u please explain about these things also..