Recent content by anhle_ptit

  1. A

    How to bypass slider CAPTCHA with Python+Selenium?

    but anticaptcha not supplied the solution to slider captcha . I don't know can Capmonster solve that ?
  2. A

    How to bypass Slider Captcha in Python?

    I have trouble in solving Slider Captcha , in my opinion its quite difficult to user 3rd party in solving this Captcha. I still search on Google and have one article mentioning this solution but it is writed in NODE js, so have anybody solved this captcha or had any idea about this ? Thank you...
  3. A

    Send_keys() is not working ?Selenium , python

    I have trouble in send_keys() function T.T. It finded element , clicked but can not send keys html-code :''' <div class='UEclfJ _27cR_W'> <input type ='tel' autocomplete='one-time-code' maxlength = '6'> <input class='_1y306T _2ynKud' maxlength = '1'reandonly value> <input class='_1y306T'...
  4. A

    How to fill autocomplete one-time-code input by selenium python ?

    I have trouble in send_keys one input one when fill the OTP code by selenium in python. Somebody can help me ? html-code ''' <div class='UEclfJ _27cR_W'> <input type ='tel' autocomplete='one-time-code' maxlength = '6'> <input class='_1y306T _2ynKud' maxlength = '1'reandonly value> <input...
  5. A

    How to bypass GeeTest Captcha?

    Hi everyone, I'am in trouble bypassing the slider captcha or geetest captcha.I dont know how to use 3rd party such as Anticaptcha,.. to solve it. I don't find function as init_geetest and something like that which is required by Anticaptcha.On the other hand some captcha is dynamic, it change...
  6. A

    GeeTest Captcha

    Hello everyone, I have trouble in solving this geetest Captcha. I don't know how to apply 3rd party to solve this captcha(anticaptcha...). This captcha is dynamic, its change picture every about 20sec or random sec. I have no idea. Thank you about concerning about my problem
  7. A

    Captcha in Blob:url.Dynamic Captcha

    Th thank you , I tried, it worked well
  8. A

    Captcha in Blob:url.Dynamic Captcha

    Yeah I tested , it works well
  9. A

    Captcha in Blob:url.Dynamic Captcha

    Yeah I have tested , it solved well.For some reasons, I have not yet tested Api . If i have trouble, i will ask you. Thank you about concerning my problem <3
  10. A

    Captcha in Blob:url.Dynamic Captcha

    Thank you I must try . It's successful
  11. A

    Captcha in Blob:url.Dynamic Captcha

    You means anticaptcha. Do they solve gif captcha very well ? Thank you
  12. A

    Captcha in Blob:url.Dynamic Captcha

    I saved image but It was Gif format T.T . How I solved this :(
  13. A

    Captcha in Blob:url.Dynamic Captcha

    It GIF captcha @@
  14. A

    Captcha in Blob:url.Dynamic Captcha

    I converted it Thank you I have converted it to base64. How to solve this code T.T, sorry I am newbie about that.
Back
Top