用户:尬聊boy查看:1 回复:2 评论:1 创建时间:2022-03-20T22:16:24
selenium怎么模拟按下快捷键alt + 方向键(left)???
喵喵d
点赞0
评论
直接用send_key()参数直接填某键,某键
如:send_key(Keys.ALT,Keys.LEFT)