Friday 6 April 2012

Enter Text in to a WebElement

Function EnterWebElementText
set oDes=Browser("Br.com").Page("Pg.com").Frame("Frame").WebElement("html tag:=BODY")
oDes.object.innerText="QTP is a functional tool"
End Function

No comments:

Post a Comment