議論 » 開発

The element only has "src" "srcset" and "alt"?

§
投稿日: 2019/01/20
編集日: 2019/01/20

The element only has "src" "srcset" and "alt"?

<img _ngcontent-c13="" src="https://arenax-blobstorage.cdn.arkadiumhosted.com/arenax-games/BlackJack/0.37/build/resources/assets/thumbs/thumb2x.jpg" srcset="https://arenax-blobstorage.cdn.arkadiumhosted.com/arenax-games/BlackJack/0.37/build/resources/assets/thumbs/thumb2x.jpg" alt="BlackJack">

How can I implement an click to this img? I have had 0 help from wonderful google.

woxxomMod
§
投稿日: 2019/01/20
編集日: 2019/01/20

Assuming el is the image element, try el.dispatchEvent(new MouseEvent('click', {bubbles: true})); Depending on the site you may need to send mousedown instead of click.

返信を投稿

返信を投稿するにはログインしてください