Closed RusKnyaz closed 4 years ago
Say you have the
<a id=a href="JavaScript:console.log('asd')">Click me</a>
execution of the code
document.getElementById('a').click();
should write 'asd' to the console.
Say you have the
execution of the code
should write 'asd' to the console.