Yes, that line is correct. The problem actually happened at first line "click". It clicked the cell, but the cursor didn't stay and that is why it didn't know where to "type" the text "test".
Also, originally I have script like this "JavaWindow(WindowObj).JavaTable(TableObj).SetCellData #row, #col, Text, but it failed with new java update on all JavaTables. So I found the workaround to change this one line code to the two line code as I posted. It works for most JavaTable except this one.
Thank you for your reply.
Also, originally I have script like this "JavaWindow(WindowObj).JavaTable(TableObj).SetCellData #row, #col, Text, but it failed with new java update on all JavaTables. So I found the workaround to change this one line code to the two line code as I posted. It works for most JavaTable except this one.
Thank you for your reply.