Forum Discussion
YMinaev
Staff
16 years agoHi,
You can try using code like this:
You can try using code like this:
var table = // obtain the table
var value = table.rows(0).cells(4).innerText;
if(value == someOtherValue) //...