Forum Discussion

stega's avatar
stega
Contributor
11 years ago

Swing table access

Hi All,



I try to access swing table (SwingObject("JideTable", "", 0)) cells. I tried ClickCell method, but it says "Unable to find the object ClickCell("Product", 1). ..."

What else ways are there to access the cells?



Thanks.

3 Replies

  • I managed to solve the problem.

    In the project properties, i added from screen the table to the object mapping, and now i can use ClickCell method, and the table methods.
  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Gabor,



    Have you tried just Click method?

    E.g. SwingObject("JideTable", "", 0).Cell(i, j).Click()
  • Hi,



    I tried it, but no success.

    Unable to find the object Cell(0, "Product").