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

  1. M

    Sometimes captcha box disappears with proxies

    okay, thanks.
  2. M

    Sometimes captcha box disappears with proxies

    the public list, the default that comes with zennoposter.
  3. M

    Having a variable in filename

    C:\folder\string{-Variable.random-}.PNG where random is random number. First time it didn't work, because those files did not exist in my folder.
  4. 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...
  5. M

    Having a variable in filename

    solved
  6. M

    Using multiple proxies, how?

    solved.
  7. 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...
  8. 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.
  9. M

    loading a firefox addon with zennoposter

    possible to load zennoposter with ublock /w custom configuration settings?
  10. 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
  11. M

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

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

    Recaptcha recognizes Zennoposter and machine

    did you solve this problem dariesto?
  13. 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?
  14. M

    Bugs in new version 5.26.0.0

    Software: ProjectMaker for Zennoposter v5.26.0.0 Chrome (ran chrome browser instance) Capmonster Lite v2.10.8.6 Problem: Incorrect captcha solutions. Example: Select all fire hydrants (4/9): clicks on only 1 fire hydrant, keeps clicking same spot. Select all crosswalks (4/9): clicks on only 1...
  15. M

    Zennoposter triggering excessive captchas.

    okay so this problem finally went away. I went into profile -> browser -> configure manually. Checked all the emulations (JS features, WebRTC, plugins), changed browser from firefox to chrome. The problem disappeared. now i am able to hit over 10 chat sessions with no captcha
  16. M

    Capmonster sitekey was enabled, now disabled.

    you are correct, I had disabled the trial for cap monster before the 3 days were up so I assumed the recaptcha addon was also disabled, it wasn't. Merry Christmas.
  17. M

    Zennoposter triggering excessive captchas.

    So I was going to make a video of the process, but it worked this time. Captcha 2 solved the captchas, and it proceeded to work with no problems... the code remains unchanged. I still want to know why this was happening before. edit: so no captchas for 2 chat sessions and now it is back again.
  18. M

    Zennoposter triggering excessive captchas.

    I am on PM. i never finished the testing phase to send it over to zennoposter because of continuous captchas. the title is misleading i apologize.
  19. M

    Zennoposter triggering excessive captchas.

    Thank you. that is how it is supposed to work. may i ask that you share your project so I can see how yours avoided detection? Here is mine shared.
  20. M

    Zennoposter triggering excessive captchas.

    Look. Selenium is a much more well known automation tool that is detectable by google captcha, yet I don't get captchas after every single session (only after 30mins-1hr), if you want to see the python code I can provide that. I will wait for this thread to be answered before I ask for a...
  21. M

    Capmonster sitekey was enabled, now disabled.

    explain this.
  22. 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...
  23. M

    zennoposter: sites think i'm russian.

    thanks
  24. 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...
  25. M

    Zennoposter: Going through all specific elements on a webpage

    You might be right. It looks good, but how can you perform a function on each parsed string. Example: For each parsed string, click on string. That will cure a lot of pain. Thanks a lot for your help VladZ
  26. 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...
  27. 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...