is there anyway for refreshing BotDetect captcha by javascript? something like what refresh button on captcha module does!
i tried to find and trigger the refresh link by using following code:
var reloadLink = $("#ExampleCaptcha_ReloadIcon");
reloadLink.trigger('click');
but it didnt work. im using ASP.NET MVC 5