I'm working with a captcha that i need to send the instructions to fill out the captcha along with the captcha to the captcha service i'm using. Is there anyway i could do this? the instructions are right next to the captcha. thanks
I'm working with a captcha that i need to send the instructions to fill out the captcha along with the captcha to the captcha service i'm using. Is there anyway i could do this? the instructions are right next to the captcha. thanks
well my captcha service told me to do this and that it'd work if i could capture the captcha with the instructions next to it...99% of captcha workers don't understand English
well my captcha service told me to do this and that it'd work if i could capture the captcha with the instructions next to it...
thanks!Okay then use Element tree to capture not captcha alone, but with all instructions...
This is not possible. All elements you can see on page is in Element Tree.now how would i deal with a captcha image which doesn't load inside of the element tree? because it is sending it to captcha service anyways. anyway to just check for captcha presence and skip over entering it?
I told it is not possible that captcha and any other elements is not in Element tree...ok thats fine its not possible but can someone explain how to use HTTP GET to send captcha error back to service?