SwingLibrary icon indicating copy to clipboard operation
SwingLibrary copied to clipboard

Swing UI testing library for Robot Framework

Results 9 SwingLibrary issues
Sort by recently updated
recently updated
newest added

Hello, keyword Select Table Cell Area mixes up arguments provided as strings (check below snippet from TableOperator.java): ```java private void selectCellArea(int startRow, int endRow, int startColumn, int endColumn) { jTableOperator.setRowSelectionAllowed(true);...

Scenario: There is a button and on left click popup menu open-up. We need to select the option appearing on the popup menu but unable to locate the popup menu....

Hi When we try to find out the exception like "Null pointer" exception, the Java application startup by Robot will not display it. It is very strange, if we implement...

I list here some issues I've encountered trying to resolve classloading problems with swinglibrary-2.2.2.jar under Java 11... While I'm not strictly trying to make this load as a java module,...

Launch Application | className, *args | Launches application with the given arguments. Example: Launch Application com.acme.myapplication.MyApp arg1 arg2 main method could not get arg1,args.

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...

Is drag-drop (or at least mouse press, mouse hold, mouse release) support planned for future releases?

Hi , I have downloaded the SwingLibrary1.02 and also added it to ClassPath but RIDE is not showing any Swing Keywords. I was reading on robotframework website that i have...

The link at the homepage https://github.com/robotframework/SwingLibrary/wiki, for the word Jemmy. Is broken (http://java.net/projects/jemmy).