摘要: Most of the time,we use DOMElement.click(): button.click() Actually it is a shortcut for: button.dispatchEvent( new MouseEvent('click', { bubble: true 阅读全文
posted @ 2022-01-12 02:55 Zhentiw 阅读(161) 评论(0) 推荐(0) 编辑