10-21-2010, 03:55 PM
Hi,
I have a strange behave when getting the row number of a table. I can not find any reason and need your help. With the same code:
i = Browser("Cyber").Page("ArchivedShipments").WebTable("tblShipping").RowCount
When i run from top to button of all script, the retrieve value is (i = 1), but when debug only this step, the retrieve one is (i =7) (true value). I don't know why? Can any one help me on that?
Thanks,
linhke
I have a strange behave when getting the row number of a table. I can not find any reason and need your help. With the same code:
i = Browser("Cyber").Page("ArchivedShipments").WebTable("tblShipping").RowCount
When i run from top to button of all script, the retrieve value is (i = 1), but when debug only this step, the retrieve one is (i =7) (true value). I don't know why? Can any one help me on that?
Thanks,
linhke