Simulating click with javascript on document

后端 未结 2 1942
无人及你
无人及你 2020-12-30 12:17

Is it possible to simulate a click on a webpage using javascript but without defining a specific element, but rather just specifying the document?

I would have liked

2条回答
  •  余生分开走
    2020-12-30 13:00

    In case anyone bumps into this looking for a framework agnostic way to fire any HTML and Mouse event (and set some options, if needed), have a look here: How to simulate a mouse click using JavaScript?

提交回复
热议问题