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

  1. M

    Sometimes captcha box disappears with proxies

    So i'm executing a project with zennoposter, and sometimes the captcha box there just disappears. So the software is searching for it, but the captcha box is nowhere to be found. How can this be solved? is the proxy banned by google, is that why this happens? this is what i find in the logs...
  2. M

    Using multiple proxies, how?

    It seems selecting this option directly from zennoposter (proxy: use) does not work (see attached file). This is what the project looks like in project maker: I used "get proxy" and set variables to proxy. Then Set proxy, still doesn't work. How can i get Zennoposter to use the proxies...
  3. M

    Having a variable in filename

    Does anyone know how to include a variable, in this case a counter, into the name of the files to be uploaded to a site? Please see attached file. Example. upload zennoposter0.png counter +1 upload zennoposter1.png counter +1 upload zennoposter2.png etc. Thank you in advanced.
  4. M

    loading a firefox addon with zennoposter

    possible to load zennoposter with ublock /w custom configuration settings?
  5. M

    if image = true, then do X. Else Y.

    is there a way to set up this function: If image/button found, then X else Y. Thanks in advance. Sorry posted this in the wrong section
  6. M

    Keyboard emulation: [tab],[enter],[shift], etc.

    How do you emulate pushing buttons (not typing text) on the keyboard.
  7. M

    ProjectMaker: "Recognizing Recaptcha2" false negative

    I'm running a basic script. Intent: If captcha solver fails, run instance, if success, pause for 1s. simple Ran it, it recognized captcha. captcha solving a SUCCESS. but projectmaker believes captcha solving failed and the blue Play sign turned into a red X. How to solve this problem?
  8. M

    Capmonster sitekey was enabled, now disabled.

    explain this.
  9. M

    Zennoposter triggering excessive captchas.

    I'm trying to script a basic bot for omegle.com so I can learn how zennoposter works. So far it has been pretty disappointing. Everytime the bot opens a new chat session, it triggers a captcha response. This was not the case with a simple python script using selenium. Using firefox/geckodriver...
  10. M

    zennoposter: sites think i'm russian.

    So i'm operating zennoposter, the sites believe i'm russian. if I visit google.com it appears in russian even though the profile is set to USA. What might be causing this and how can it be fixed? Thank you. It also appears random, so sometimes when i execute the script i get an english site...
  11. M

    Zennoposter: Going through all specific elements on a webpage

    Lets say there is a page with products to buy, that is organized in rows. Each row is a product, with the following attributes: Sponsored (or not sponsored: blank/no-visible-text) 25% off! So we have 3 different attribute combinations (sponsored, non-sponsored, and 25% off!. What if i wanted...
  12. M

    Capmonster: works, but not sending key to url?

    Alright so i'm on the 3-day trial period for this program and unfortunately i'm spending a lot of time figuring out how it works instead of trying it out. So i'm hoping to get some help here if possible. So first, i'm using this code without proxies: https://github.com/2captcha/2captch...Python...