selenium.keypressnative 似乎不起作用
我正在尝试使用以下语句模拟硒中输入键的按键:
Selenium.KeyPressNative("10");
它可以在我同事的电脑上运行,但是似乎无法在我的机器上执行。看来 selenium 会跳过此命令。
请帮忙。
谢谢和问候,
瓦米普
I am trying to simulate a keypress for enter key in selenium using the below statement:
Selenium.KeyPressNative("10");
It works on my colleague's PC, but, doesn't seem to be executed in my machine. It appears that selenium skips this command.
Please help.
Thanks and Regards,
Vamyip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该是“13”吗
should it be "13"