MarketSquare / SwingLibrary

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

unable to select/click JInternalFrame #141

Open szczepanR opened 4 years ago

szczepanR commented 4 years ago

Hi, I am trying to use swingLibrary for selecting/clicking JInternalFrame. Unfortunaltey test always fails. I checked that "List Windows" detects that window but I can't select that window. Why is that?

mihaiparvu commented 3 years ago

You can use Select Context for this, it should work for JInternalFrame as well.

szczepanR commented 3 years ago

Select context does not work

rticau commented 3 years ago

@szczepanR can you give some more details like how are you trying to select/click window and the test output?