Reply To: (failed keypresses happened) and ‘Never’ on results

PennController for IBEX Forums Support (failed keypresses happened) and ‘Never’ on results Reply To: (failed keypresses happened) and ‘Never’ on results

#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