Συζητήσεις » Ανάπτυξη

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

§
Δημοσιεύτηκε: 22/09/2020

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!

§
Δημοσιεύτηκε: 22/09/2020
(function() {
'use strict';
document.getElementById("#adcopy_response").focus();
})(); 

This one doesn't work

§
Δημοσιεύτηκε: 22/09/2020

share some links that has that captcha

§
Δημοσιεύτηκε: 23/09/2020

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

§
Δημοσιεύτηκε: 23/09/2020

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.