Schlomolord
Newbie
- Sep 17, 2017
- 2
- 0
Hi,
I am looking for someone that can help me with automating a checkout on a website. I already managed to automate it with Python - Selenium, but my bot is too slow when he clicks all the buttons to navigate through the checkout.
To fasten this up my plan was to reverse-engineer the POST request that is done on the website, when i purchase something, but i had 0 success with this so far...I have done this with other POST requests before, but this POST is sending a g-recaptcha-response in its body, from an invisible captcha (v3 i guess) and i can't get the server to understand my request when i try to rebuild it. I have too little knowledge about the way recaptcha v3 works i guess.
So the goal would be to send just a POST request, or use selenium with "execute_script" to execute Javascript(fetch) on the page that emulates the checkout. So this way i could come from 2seconds for checkout to ~100ms or something.
I am not a professional on this field, so my hope is that someone more experienced with deeper knowledge might be able to help me and i am willing to pay for a solution.
I am looking for someone that can help me with automating a checkout on a website. I already managed to automate it with Python - Selenium, but my bot is too slow when he clicks all the buttons to navigate through the checkout.
To fasten this up my plan was to reverse-engineer the POST request that is done on the website, when i purchase something, but i had 0 success with this so far...I have done this with other POST requests before, but this POST is sending a g-recaptcha-response in its body, from an invisible captcha (v3 i guess) and i can't get the server to understand my request when i try to rebuild it. I have too little knowledge about the way recaptcha v3 works i guess.
So the goal would be to send just a POST request, or use selenium with "execute_script" to execute Javascript(fetch) on the page that emulates the checkout. So this way i could come from 2seconds for checkout to ~100ms or something.
I am not a professional on this field, so my hope is that someone more experienced with deeper knowledge might be able to help me and i am willing to pay for a solution.