PennController for IBEX › Forums › Support › (failed keypresses happened) and ‘Never’ on results › Reply To: (failed keypresses happened) and ‘Never’ on results
November 1, 2023 at 2:10 pm
#10937
Jeremy
Keymaster
Hi,
By default key.log
will only report a line in the results file for a keypress that validates a wait
command on the same Key element. The “failed keypresses happened” tells you that keys were pressed while the Key element was active, but they didn’t validate a wait
command so they were not logged. Use .log("all")
, .log("first")
or .log("last")
to make sure you have a line in your results file
Jeremy