Automaton icon indicating copy to clipboard operation
Automaton copied to clipboard

Simple framework which allows the testing of Swing and JavaFX2 applications.

Results 13 Automaton issues
Sort by recently updated
recently updated
newest added

How do you select from a combo box? I can click the combo box but I can't select from the dropdown list using _clickOn 'text:Option One'_ I also don't know...

swing app already opened by some other medium. How to identify the swing window which was already opened? Also, how to get the UI field properties(similar to UIspy.exe), in case...

question

It appears to not be able to move to certain positions on the screen when the position would be outside of the current screen, but within the bounds of the...

bug

To understand why particular test cases failed, sometimes, it's not enough to have an error message returned by Junit or/and log files. Especially when tests are run in CI environment....

enhancement

if jfxcombobox editable false only selection gender available male and female how to using groovy script file

question

I'm working with NetBeans 8.2 and the latest JUnit plugin. I have a JUnit method that looks like this ```java @Test public void myTest() { AutomatonScriptRunner.getInstance().run(scriptPath, null); } ``` If...

enhancement

#Please add few demo for automating tabpane. for example: how to select particular tabs using fx:id or by name If possible please provide tutorial for automating UI with the Scene...

question

We have a table with different columns. We create an item and refreshed the table to show the information of the item. We then try to do a right click...

bug

In a test, a text that contains a non-Latin characters is entered into a TextArea by using fxter.clickOn(xxx).enterText(" non latin character goes here"). Just after the text is entered, a...

question