Create new synthetic API for tap's touch injection to allow passing tapCount.
tapCount in UITouch is used by custom gesture recognizers to detect multi-taps. So EarlGrey's instant tap actions are all moved to the new synthetic API to mimic the physical tap actions.
Create new synthetic API for tap's touch injection to allow passing
tapCount
.tapCount in UITouch is used by custom gesture recognizers to detect multi-taps. So EarlGrey's instant tap actions are all moved to the new synthetic API to mimic the physical tap actions.