Результаты поиска

  1. P

    page.source problem

    Hi, I am trying to implement 2captcha to make recaptcha work. I am doing it like here: https://2captcha.com/2captcha-api#solving_recaptchav2_new I am on stage where i need to change parameter: Locate the element with id g-recaptcha-response and make it visible deleting display:none parameter...
  2. P

    threads problem

    Hi, I have this problem: I have file with: login1;pass1 login2;pass2 login3;pass3 login4;pass4 login5;pass5 etc. I want to make script and run it like 20 threads but I want 1 thread to read only 1 line and second thread read only 2 line (not random). Is there any way to get this done...