How automatically put a cursor in to an input field of solvemedia captcha?
(function() {
'use strict';
document.getElementById("#adcopy_response").focus();
})();
This one doesn't work
share some links that has that captcha
#adcopy_response that's the ID of the input field.
I know js, so I already knew what is the element id. This is not what I asked for...
.focus() should work, if isn't working and you don't want to share any example urls then I can't help.
Neither someone else can help you
How automatically put a cursor in to an input field of solvemedia captcha? Should work on all sites, including pop-up captcha (solvemedia). Thank you!