renatoathaydes / Automaton

Simple framework which allows the testing of Swing and JavaFX2 applications.
Apache License 2.0
100 stars 21 forks source link

How to select from combo box #60

Open gm397 opened 6 years ago

gm397 commented 6 years ago

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 the ID of the dropdown options so I can't select it using its ID.