Hello,
We can use this code to get the cell value of a table object.
ITestDataTable myTableData1 = (ITestDataTable) xmlPackContainerDetailsContain() .getTestData("contents");
QtytoPack = myTableData1.getCell(0, 5).toString();
Note: xmlPackContainerDetailsContain() is a recorded object, use find() function to find object if you don't want recorded object
We can use this code to get the cell value of a table object.
ITestDataTable myTableData1 = (ITestDataTable) xmlPackContainerDetailsContain() .getTestData("contents");
QtytoPack = myTableData1.getCell(0, 5).toString();
Note: xmlPackContainerDetailsContain() is a recorded object, use find() function to find object if you don't want recorded object
HI,
ReplyDeletemy cell contain text and image (icon).
How save the property ".scr"?
I see only ".txt"
thanks you
http://postimg.org/image/51527837n/
Hi,
ReplyDeleteCould u plz tell me how can i create object for html table.