string s = "var _elm = document.getElementById('loginBtn');var _evt = document.createEvent('MouseEvents');_evt.initEvent('click', true, true);_elm.dispatchEvent(_evt);";
browser.StringByEvaluatingJavaScriptFromString(s);

 

相关文章:

  • 2021-09-21
  • 2021-10-28
  • 2022-12-23
  • 2021-09-10
  • 2023-01-22
  • 2022-12-23
猜你喜欢
  • 2021-07-08
  • 2021-05-07
  • 2021-09-16
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案