Just a heads up, if there's a specific site you're looking at, the sitekey may be static. Therefore you can just inspect the page and hardcode it in if you're not building a bot that's generally resuable.
How to handle if that website have pop up show when click submit after captcha and say we must make check mark on Checkbox first then can click submit.
The guy in the video is using anticaptcha, which is a paid service to solve captchas for you. After you pay for the service you are provided with an API key to use. He didn’t show his because then people could use his account to solve captchas freely
Message: javascript error: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment. Any idea how to fix this? Thanks
Hi men, I am using visual studio and I dont know what to do in the step to configure the anticaptcha api key. Thats the only part I can run. Could you help me?
after getting the captcha response back fom the service i am getting se lenium.common.exceptions.JavascriptException: Message: javascript error: Cannot set properties of null (setting 'innerHTML') i solved this with pyautogui and having it type out the response in the text box however this doesn't always work for some reason and would rather find a fix for the javascript error. any help would be great.
hi man, so wanted to tell you that u only made this video and it got +50k views for now, thts insane, if i were you i would just complete making content since it's not that hard and you can avoid editing and writing scripts
@Scrape With Me , the button doesn't have id or class to search with , even when i use the ful xpath , i still get an error the button can't be found Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div/form/input"} submit_button = driver.find_element(By.XPATH , "/html/body/div[1]/div/div/form/input") i tried this one too submit_button = driver.find_element_by_xpath("//input[@type='submit' and @value='Submit']") this is the button element
I would like to see the site-key and key getting sent to you locally on another device through which you can solve captcha and submit. Removing the need for a middleman - anticaptcha. I am not trying to ruin their business just wanted to see if there are alternatives. I have also noticed recaptcha-token with type="hidden" and value="xxxxx" not sure what that does.
Just a heads up, if there's a specific site you're looking at, the sitekey may be static. Therefore you can just inspect the page and hardcode it in if you're not building a bot that's generally resuable.
Can you help me to byepass captcha this is urgent
Impresionante material en video que ha servido como inspiración para nuestros nuevos miembros. ¡Tu generosidad es muy valiosa!
this channel is soooooo underrraaaated.
What can i do if there is no submit button?
estou com esse mesmo problema .
run a javascript code
@@semprequevoceleroscomentarios what friend code help me ?
@@jhonnynogueira7343 What site are you trying to solve the captcha on?
can someone help me please. Im having the same problem.
Working on a project and this really helped me out , thank you
How to handle if that website have pop up show when click submit after captcha and say we must make check mark on Checkbox first then can click submit.
i am facing a error
raise KeyError(key) from None
KeyError: 'anticaptcha_api_key'
can anyone help me in this. i am using pycharm
Hi,
Did you find a solution for this?
I'm also struggling with the same issue.
@@FPLPremTipster Hey! you need to write this
solver.set_key("YOUR_API_KEY")
@@jeanpaulsierraboom3684 it doesn't work. task finished with errorERROR_KEY_DOES_NOT_EXIST
The guy in the video is using anticaptcha, which is a paid service to solve captchas for you. After you pay for the service you are provided with an API key to use. He didn’t show his because then people could use his account to solve captchas freely
Nice! I can see there is a browser plugin service for the anti captcha solution that you recommend, can you talk more on that?
Just got into Python and Selenium. Great tutorial. Could you maybe make one for bypassing Recaptcha with 2Captcha?
u promoting porn on youtube u killed thousands of brains
In my case, the site doesn't have a submit button, I've already inspected the html and I can't find the button. In that case, what to do?
I'm stuck after paste the token. It have no submit tick and display "Please verify that you are not a robot."
Message: javascript error: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.
Any idea how to fix this? Thanks
what if the website url has changing sessions ids which can't be hardcoded?
Hi men, I am using visual studio and I dont know what to do in the step to configure the anticaptcha api key. Thats the only part I can run. Could you help me?
im searching for answers as well. let me know if u fixed it already...
you can use os.getenv() for that, there is plenty of tutorials explaining how to use it
after getting the captcha response back fom the service i am getting se lenium.common.exceptions.JavascriptException: Message: javascript error: Cannot set properties of null (setting 'innerHTML') i solved this with pyautogui and having it type out the response in the text box however this doesn't always work for some reason and would rather find a fix for the javascript error. any help would be great.
God! I need this. Taht's so helpful!
you helped me alot, thank you !
Liked and subscribed! Appreciate it
Great tutorial! Does it work with funcpatcha from outlook email creation?
what about normal captchas?
Thanks for great tutorials.
Btw, how i can get g-recaptcha-response value?
KeyError: 'anticaptcha_api_key' .??
hi man, so wanted to tell you that u only made this video and it got +50k views for now, thts insane, if i were you i would just complete making content since it's not that hard and you can avoid editing and writing scripts
How about solving the Traffic Lights?
read capsolver docs
Lots of help, thanks man
very very very good
very helpful thanks
Same is in API Recaptcha. You haven't explained anything here, and the script doesn't work.
not
solver.set_key(os.environ["anticaptcha_api_key"])
is
solver.set_key("anticaptcha_api_key")
You are using deffrent version of python
how to obtain "anticaptcha_api_key" pleas
hello i need help can we talk?
hello can you help me on a paid basis
Can you help me to byepass captcha this is urgent
I can
amazing!
The site I'm trying to use anticaptcha doesn't have "i'm not a robot"... just pop the with image D:
Is that a recaptcha v2 ? thx.
recaptcha v3 bypass pls
@Scrape With Me , the button doesn't have id or class to search with , even when i use the ful xpath , i still get an error the button can't be found
Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div/form/input"}
submit_button = driver.find_element(By.XPATH , "/html/body/div[1]/div/div/form/input")
i tried this one too
submit_button = driver.find_element_by_xpath("//input[@type='submit' and @value='Submit']")
this is the button element
🎉
Read about islam guys
hahahaahaha
KeyError: 'anticaptcha_api_key' ?????
I would like to see the site-key and key getting sent to you locally on another device through which you can solve captcha and submit. Removing the need for a middleman - anticaptcha. I am not trying to ruin their business just wanted to see if there are alternatives. I have also noticed recaptcha-token with type="hidden" and value="xxxxx" not sure what that does.