PennController for IBEX › Forums › Support › help on ID information › Reply To: help on ID information
April 27, 2023 at 12:17 pm
#10488
Jeremy
Keymaster
Hello Eleni,
Place a test
inside the Button element’s wait
command:
newTextInput("ID", "").print() , newButton("Start") .center() .print() .wait( getTextInput("ID").test.text(/\w/) )
Jeremy