Is it possible to simulate key presses while the soft keyboard is hidden?
Open
- Dominant language
- Objective-C
- Stars
- 5.7k
- Forks
- 737
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
GREYKeyboard doesn't seem to support it:
https://github.com/google/EarlGrey/blob/master/EarlGrey/Core/GREYKeyboard.h#L26
I am trying to write a test that simulates a press on an external keyboard attached to the device. (In my case, I need to simulate a press on the Tab key.)
Contributor guide
Assessment
This issue has not been assessed yet.