Try this and let me know if it still throws the error ?
If it throws the same error then try this,
Source_Index is a DOM identification of the Object. You can read more about it at www.w3schools.com
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.
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.