or `robot.clickOn("[text=Zip/City] .text-field:nth...
# tornadofx
h
or
robot.clickOn("[text=Zip/City] .text-field:nth(2)")
(JavaFX, i.e.
Node.lookup()
, does not support these CSS3-like queries, but we could add this functionality).