07-07-2011, 12:38 PM
Not Necessarily. There are custom objects which are text editable but are not webedit.
Langxii -
Try a click on the webelement after you have set the innertext value.
If that does not work, try the,
Langxii -
Try a click on the webelement after you have set the innertext value.
If that does not work, try the,
Code:
Setting.webpackage("ReplayType") =2
b= datatable ("version", "Action1")
Browser("...........").Page("....").Webelement("WebResource_2").Click
Set oedit = Browser(" ").Page(" ").WebElement("Webresource_2")
Oedit.object.innnertext = b
Browser(" "(..................Webbutton("save").click
setting.webpackage("ReplayType")=1
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.