Mousedown mouseup 点击信息

问题描述

嗨,我正在使用 chrome 扩展程序来创建自动填充,我需要帮助添加 mouseup 和 down 事件,这就是我现在所拥有的。

sleep(2000);
document.getElementsByName("password")[0].value = 'SHUNAsshsh@hhshs.xyz';
sleep(2000);
document.querySelector("input[value='SIGN IN']").mouseDown();
sleep(10);
document.querySelector("input[value='SIGN IN']").mouseUp();
sleep(10);
document.querySelector("input[value='SIGN IN']").click();```

It is not working though any help is greatly appreciated!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)