在 TestComplete 中模拟数字键盘
有没有办法在 TestComplete 中模拟数字键盘?我知道我可以输入 [NumMinus] 来使用 Num -,但我需要这个键盘上的数字。
is there a way to simulate numeric keyboard in TestComplete? I know I can type [NumMinus] to use Num -, but I need numbers from this keyboard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用格式
[Xnn]
通过虚拟键代码指定键。 nn 是所需键的十进制虚拟键代码。例如,
[X107]
对应于 Num Plus 键。要了解有关虚拟键代码的更多信息,请参阅 MSDN 库中的虚拟键代码文章。本文的在线版本可从 http://msdn2.microsoft 获取。 com/en-us/library/ms645540.aspx。原始来源 - http://www.automatedqa.com/support/viewarticle/12182/
Use the format
[Xnn]
Specifies a key by its virtual-key code. nn is the decimal virtual-key code of the desired key. For example,
[X107]
corresponds to the Num Plus key. To learn more about virtual-key codes, see the Virtual-Key Codes article in the MSDN library. The on-line version of the article is available at http://msdn2.microsoft.com/en-us/library/ms645540.aspx.Original source - http://www.automatedqa.com/support/viewarticle/12182/