Is there a way to write tests that verify behavior of an iPadOS (non-Catalyst) app upon pressing one of the keys associated with UIKeyCommands? typeText throws the neither element nor any descendant has keyboard focus error, which makes sense since these keys are not meant to be typed into a text field. typeKey(_:modifierFlags:) isn't available according to Xcode. Anything else that I can try?
Thank you.