11-24-2012, 02:54 PM
Hi
i used the same code but only diff is that apart from giving value to variable as
i am passing it as input from excel sheet as given
I am getting the error webbutton does not recognize obj edit.. bla bla bla
Please advice on this.. TIA
i used the same code but only diff is that apart from giving value to variable as
Code:
name = "Login"
Browser("name:=name").Page("page:=p").webbutton("name:="&name).click
i am passing it as input from excel sheet as given
Code:
datatable.getsheet("Action").setcurrentrow(k)
edit = trim(DataTable("Rownoedit","Action"))
Browser("name:=CTT.*").Page("title:=CTT.*").Frame("html id:=fraMain").WebButton("html tag:= INPUT","html id:=" &edit).Click
I am getting the error webbutton does not recognize obj edit.. bla bla bla
Please advice on this.. TIA