Automaton
Automaton copied to clipboard
Simple framework which allows the testing of Swing and JavaFX2 applications.
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...
Cannot move to correct location when running with more than one screen of different sizes in Linux
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...
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....
if jfxcombobox editable false only selection gender available male and female how to using groovy script file
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...
#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...
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...
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...