如何在android键盘中输入点?
我想在电子邮件字段中输入 [email protected] 。
我正在使用下面的命令。
# Press Dot on the key board
device.press('KEYCODE_NUMPAD_DOT', 'DOWN_AND_UP','')
该命令不被识别。即将到来的是找不到钥匙。请让我知道如何输入此内容。
I wanted to type [email protected] in the email field.
I am using the command below.
# Press Dot on the key board
device.press('KEYCODE_NUMPAD_DOT', 'DOWN_AND_UP','')
This command is not recognized. It is coming that key is not found. Please let me know how to enter this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过以下操作:
“KEYCODE_PERIOD”
Have you tried this:
'KEYCODE_PERIOD'