-
countTableRows is sometimes failing on linux platform ... (tested using Playback demo)
Putting this function in the SwingThread will probably fix this issue in plugins_src/javagui/src/main/java/com/q…
-
JavaGUI getSelectedValue() doesn't work on AbstractButton, like a JCheckBox, it throws an exception saying the component is not supported.
Also part of the javadoc is a copy-paste of the doc of selec…
dergo updated
8 years ago
-
When JavaGUI selectTab(), selectTabId() or selectTabTitled() methods are called on an inexistent tab index, tab name or table title respectively, it executes successfully instead of throwing a QTasteT…
dergo updated
8 years ago
-
It should be possible to pass jacoco parameters to the jacoco agent when using useJacoco=True in a control script action, at least to set the inclusions and exclusions.
Instead of just passing the fo…
dergo updated
8 years ago
-
Hello,
It seems there is an infinite loop in the code plugins_src/javagui/src/main/java/com/qspin/qtaste/javagui/server/TextSetter.java:
```
private void forceToLooseFocus(Component c) {
…
-
-
There is currently no generated documentation of JavaGUI Test API because it's simply defined as
public interface JavaGUI extends com.qspin.qtaste.javagui.JavaGUI, MultipleInstancesComponent {
}
Yo…
dergo updated
9 years ago
-
The JFileChooser is a java custom component. For the moment, the plugin javaGUI cannot control this kind of component...
-
Now, it is only possible to select a tab using an index and there is no way to know its Title. There is no clean way to identify a tab...
You could identify the index of the tab using the method inde…
-
As JavaGUI is based on named composants, it's useful to be able to list the named and unnamed components.