动作send_keys只发送一些钥匙,而不是其他键
我正在使用 https://www.beatstars.com/dashboard 。
为什么此工作:action.key_down(keys.control).send_keys('a')。perrive()
,但这不起作用:action.key_down(keys.control).send_keys(send_keys(send_keys)( '0')。perrive()
第一个是选择所有文本(控制+a),第二个是重置Chrome的缩放大小(Control+0)
任何帮助将不胜感激。谢谢。
I'm working with https://www.beatstars.com/dashboard.
Why does this work: action.key_down(Keys.CONTROL).send_keys('A').perform()
But this doesnt work: action.key_down(Keys.CONTROL).send_keys('0').perform()
The first is selecting all text (Control+A) and the second is resetting Chrome's zoom size (Control+0)
Any help would be greatly appreciated. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论