Jump to content
UBot Underground

koziu

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About koziu

  • Rank
    Newbie

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Professional Edition

Recent Profile Visitors

1631 profile views
  1. Ok, nevermind. It's not about the mobile test. I just asked about this specific problem on this specific url, I won't be looking elsewhere. I didn't asked about other solution or workarounds. If there are no other ideas, then fine, let's drop the subject.
  2. It is necessary to use this url. Besides, what if google starts to implementing this in other places. I want to be ready
  3. Sorry, but I don't think you've checked the url I posted. Google did a good job with hiding everything in javascript. You cannot just simply go and find it in the html source. In most such cases it is easy. I already posted a few job offers on various platforms to help me with it and from a dozen or so applicants only 2 seems to understand the problem.
  4. I make it to the point where I change the value of g-recaptcha-response element to the answer token, but there's no form or button to submit. The instruction at https://2captcha.com/2captcha-api#invisible states that callback function should be called, but I cannot find it. You can test and see how it works at https://search.google.com/search-console/mobile-friendly
  5. Solving invisible captchas like on demo is easy. However I have problem with sth like on: search.google.com/search-console/mobile-friendly where the data-callback function is needed, but it is hidden inside javascript. Do you have an idea how to solve this? I'm willing to pay for this.
  6. Solving invisible captchas like on demo is easy. However I have problem with sth like on: search.google.com/search-console/mobile-friendly where the data-callback function is needed, but it is hidden inside javascript. Someone have an idea how to solve this? I'm willing to pay for this.
  7. Hi, this is an old topic, but highly relevant to my problem. I'm trying to download backlinks from a given domain from the list and everything is fine until the export window comes up. When I run only the node responsible for clicking on export button it works. When I run whole sequence it doesn't. Here's my code: add list to list(%listDomains,$list from file("{$special folder("Application")}\\test.txt"),"Delete","Global") set(#loopCounter,0,"Global") navigate("https://majestic.com/reports/site-explorer","Wait") loop while(#loopCounter < $list total(%listDomains)) { set(#domainToChec
×
×
  • Create New...