MarketSquare / SwingLibrary

Swing UI testing library for Robot Framework
Other
113 stars 68 forks source link

how to select table by class name #142

Closed szczepanR closed 2 years ago

szczepanR commented 4 years ago

there is no name property for a table that I need to click. I have only "com.emis.calui.Window_eventQueue$CalTable". Is there a possibility to detect that table?

mihaiparvu commented 3 years ago

In SwingLibrary it's possible to identify the table in two ways:

The detection by class name isn't implemented and does not make much sense because usually Java applications have multiple instances of the same class.

szczepanR commented 3 years ago

Sorry I meant object name. It is just an idea. Unfortunately, those two available methods don't work for me

rticau commented 3 years ago

@szczepanR can you give some more context, why the two options does not work for you?

rticau commented 2 years ago

No updates so closing this issue.