Do I follow below steps from toturial and can get this result ?
I need all rows for Name1,Name2,Name3 and corresponding
cluster2,Machine2,Health2 like all data corresponding to row in table also <what I need to write> from below code
web_reg_save_param("Name1",
"LB=<td id=name1 scope=row> value=", "RB=>",
"ORD=ALL",
"SaveLen=18",
LAST );
web_submit_form("CoreServerServerTablePage",
"Action=URL,
"Method=GET",
"Target Frame=",
"Rec/ContentType=text/html",
"Mode=HTML",
"Snapshot=t4.inf",
ITEMDATA,
"Name=Name", "Value={Name1}", ENDITEM,
"Name=Cluster", "Value={Cluster}", ENDITEM,
"Name=Machine", "Value={Machine1}", ENDITEM,
"Name=State", "Value={State1}", ENDITEM,
"Name=Health", "Value={Health1}", ENDITEM,
"Name=Listen Port", "Value={Listen_Port1}", ENDITEM,
LAST );