Jul 28 2008 10:23 AM 9707 4 Capturing Webtable Content madhukumar How to capture the run time value of the web table? kavitasood Profile Answers by kavitasood Questions by kavitasood Apr 7th, 2009 var_CellValue = Browser("name:= ").Page("title:=").WebTable("name: = ").GetCellData(3,1)msgbox var_CellValueVarText = assign text you want to search forIf ( s... akothuru Profile Answers by akothuru Questions by akothuru Sep 2nd, 2008 1) If you want to retrieve cell value from Web table, use the below codevar_CellValue = Browser("test").Page("test1").WebTable("test2").GetCellData (rownumber, colNumber)... Answer Question Select Best Answer
Jul 28 2008 10:23 AM 9707 4 Capturing Webtable Content madhukumar How to capture the run time value of the web table? kavitasood Profile Answers by kavitasood Questions by kavitasood Apr 7th, 2009 var_CellValue = Browser("name:= ").Page("title:=").WebTable("name: = ").GetCellData(3,1)msgbox var_CellValueVarText = assign text you want to search forIf ( s... akothuru Profile Answers by akothuru Questions by akothuru Sep 2nd, 2008 1) If you want to retrieve cell value from Web table, use the below codevar_CellValue = Browser("test").Page("test1").WebTable("test2").GetCellData (rownumber, colNumber)... Answer Question Select Best Answer
kavitasood Profile Answers by kavitasood Questions by kavitasood Apr 7th, 2009 var_CellValue = Browser("name:= ").Page("title:=").WebTable("name: = ").GetCellData(3,1)msgbox var_CellValueVarText = assign text you want to search forIf ( s...
akothuru Profile Answers by akothuru Questions by akothuru Sep 2nd, 2008 1) If you want to retrieve cell value from Web table, use the below codevar_CellValue = Browser("test").Page("test1").WebTable("test2").GetCellData (rownumber, colNumber)...