토론 » 개발

How automatically put a cursor in to an input field of solvemedia captcha?

§
게시: 2020-09-22

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!

§
게시: 2020-09-22
(function() {
'use strict';
document.getElementById("#adcopy_response").focus();
})(); 

This one doesn't work

§
게시: 2020-09-22

share some links that has that captcha

§
게시: 2020-09-23

#adcopy_response that's the ID of the input field.

§
게시: 2020-09-23

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

답글 게시

답글을 게시하려면 로그인하세요.