I have a hyperlink in my page. I am trying to automate a number of clicks on the hyperlink for testing purposes. Is there any way you can simulate 50 clicks on the hyperlink
Please call trigger function any where and button will click.
Button click
function trigger(){
document.getElementById("myBtn").click();
}