有没有办法完全模拟单击键盘按钮?

发布于 2025-01-23 10:48:55 字数 322 浏览 0 评论 0原文

我创建了一个扩展程序来操纵网站输入,在某些输入中,我需要使用键盘按钮模拟插入值。

我试图使用value属性插入值,但它不起作用,我总是需要用双手插入值单击按钮,以便网站可以完成某些工作,而这些工作不会通过插入而不会发生使用value的值

我尝试了dypatchevent newKeyBoardEvent and keydown ,但不幸的是,它也无法正常猜猜它不会模仿键盘按钮事件的完整功能,

因此是否有任何方法可以完全模仿按下键盘按钮?

I have created an extension that manipulate a website inputs, in some inputs i need to simulate inserting value using keyboard buttons.

I tried to insert the value using value property but it doesn't work, i always need to insert the value with my hands clicking the buttons so the website can do some work which doesn't happen by inserting the value using value

i tried dispatchEvent with newKeyboardEvent and keydown but unfortunatley it doesn't work too which made me guess that it doesn't mimic the full function of keyboard button events

So is there any way to fully mimic pressing keyboard buttons?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文