模拟键盘敲击
有没有一种方法可以像用户一样以编程方式点击按键,以便发生按键弹出动画?
Is there a way to programmatically tap a key, just as a user would so the key pop up animation takes place?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的,但工作量很大。这取决于你的目标是什么。
UISpec
是一个开始查找的好地方。如果您有兴趣模拟点击以进行测试,那么您可以使用该库。否则,它将包含源代码和指向您如何自己完成此操作的指针。Yes, it's possible but a good amount of work. It depends what your goal is.
UISpec
is a good place to start looking. If you are interested in simulating clicks for testing purposes, then you can just use the library. Otherwise, it would contain the source and pointers to how you can do it yourself.