selenium - Writing on browser with Java -
i've looked solution 2 days without getting working answer. that's point: made program information html of website, needed make math calculation in order resolve captcha. tried make use of output result selenium , seems work (i handled popups, changes of question , everything). yesterday output not accepted anymore. website says "invalid security answer", while answer it's correct. think browser opened selenium has been someway detected not blocked. so.. there other working ways write on browser textbox result java program? or there way try making selenium browser more "human"? thank in advance!
p.s. i'm on windows 10 chrome
well, whole point of captcha check whether user human or computer.
your question proof captcha working correct seperate humans computers, more info: https://en.wikipedia.org/wiki/captcha
Comments
Post a Comment