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

  1. C

    Chromium having click issues, can someone help?

    I created a bot with Chromium, but when it comes to click functions, it takes minutes moving across the screen before clicking, and many times it never clicks and goes in another direction. I tested the same bot in Google Chrome, and it works fine. I've already checked the click functions, and...
  2. C

    How to use an extension in the browser without needing to install it every time?

    I would like to know how to install a browser extension (this part I already know) and how to save all the extension's data and settings, so that every time I load the bot, the extension is already installed with the configurations I made before. Can someone help?
  3. C

    I can't run more than one bot at a time on the runner.

    After updating my bot to the latest version, I can only run one bot at a time on the runner, even if it is with one thread at a time. And the monitor is very light. Before, several bots worked simultaneously, now only one at a time. I tried to restore the default settings, which I never changed...
  4. C

    How can I see the option to emulate Android? My browser resolution is not enough for that.

    I use a 1920 x 1080 resolution and it doesn't show, and yes, in the Windows system, it's set to this resolution
  5. C

    How can I see the option to emulate Android? My browser resolution is not enough for that.

    And what would be the resolution to start appearing? I use a 1920 x 1080 monitor and it doesn't show, what screen would display it because it looks like I will have to buy a monitor for this.
  6. C

    How can I see the option to emulate Android? My browser resolution is not enough for that.

    My monitor has low resolution, and I can't set my browser to emulate a mobile device. I will send a screenshot. I believe it is due to the monitor's resolution. Is there any way for me to see the bottom part of the browser option without having to buy a high-resolution monitor? Just to emulate...
  7. C

    2How to set a value to all counter variables?

    Thanks
  8. C

    2How to set a value to all counter variables?

    I have hundreds of variables (counters) within my project. When I use the function (clear variable), it deletes everything instead of setting the value to (0). How do I assign the value (0) to all variables (counters) instead of having to do it one by one?
  9. C

    Error Application error: a client-side exception how to solve?

    The site works, but it suddenly gives this error. Isn't there a solution? Because when it gives this error, the bot stops there and doesn't work all day
  10. C

    Error Application error: a client-side exception how to solve?

    My bot keeps giving this error, it never happened before, does anyone know how to fix it? Application error: a client-side exception has occurred (see the browser console for more information).
  11. C

    how to change date format

    I have a table full of birth dates, which are in the format (day, month, year), but they are like this 7/3/2000. I would like them to change to this 07/03/2000. Is it possible to do this automatically and put all the birth dates in this model?
  12. C

    How to open tabs without using the proxy

    I have a question, I would like to open 5 sites, 4 before and 1 after. These 4 should be opened without using the proxy to avoid consuming the proxy's bandwidth, and the last one should be opened with the proxy. However, before opening these 4 sites, I need to check the proxy to see if it works...
  13. C

    how to remove trailing white spaces from a variable

    I have data in a variable coming from a table, and I put it into the variable, but at the end of them, there are white spaces. I found out how to remove the white spaces in the middle of the names and at the end of the variable, but I only want to remove the white spaces at the end of the...
  14. C

    How to set a value to all counter variables?

    I have hundreds of variables (counters) within my project. When I use the function (clear variable), it deletes everything instead of setting the value to (0). How do I assign the value (0) to all variables (counters) instead of having to do it one by one?
  15. C

    How to create hundreds of Gmail accounts with Zennoposter ?

    I created hundreds of cookies over several days, browsing websites. I gathered almost a week's worth of cookies from more than 900 sites, and then I went to register. It asked for an email just the same.
  16. C

    How to randomize generated profiles?

    I have 10 folders, and in each folder, I have more than 100 Zennoposter profiles that I created. I would like to know how I can randomize these folders and randomize the selection of just one profile to use. Thank you
  17. C

    How to make this model (I have a bot model) work with Funcaptcha captcha?

    I have this model that I received from another user here in the group, but when I put the 2captcha API inside the bot and in the Zennoposter settings, I still get an error as if it doesn't have the API. Can someone help me make it work? Thank you.
  18. C

    Is it possible to create one bot for multiple different sites?

    I would like to create a bot that performs the same function on hundreds of sites that I specify, even though the structure of each one is different. Is there any way I can do this? In other words, for it to analyze the page and find the email field even if it's different on each site? If there...
  19. C

    Extract data from this website using GET or POST

    hyyy
  20. C

    how to backup zennoposter

    I would like to back up all the bots open in ZennoPoster and in the ZennoPoster that runs the projects, because every time I change PCs or set it up on a new one, I have to do it manually with hundreds of bots. I would like to know if there is a way to back up everything automatically or if I...
  21. C

    Help with file columns

    I have a CSV file with 2 columns. Column A has several URLs, one per line, and column B is empty. In column B, I would like to put the names of people that I specify at the beginning of the bot. The question is, how can I read a URL from column A and create a function next to it that puts the...
  22. C

    how to click ou view click http get, http post

    What other site is better?
  23. C

    Extract data from this website using GET or POST

    When clicking on the link (check IP address), it shows all the data of the IP. I would like a function without needing to navigate to the site, i.e., in GET or POST, that clicks and extracts these data that it provides about the IP. It doesn't need to be all the data, just one can be the...
  24. C

    how to click ou view click http get, http post

    Thank you for the message, I've done that. But I don't want to know what my IP is, I want it to return information related to the IP, like quality, spam level, etc. For example, I've made a GET request to the following endpoint...
  25. C

    Questions about residential IPs

    I have some doubts, I'm checking my residential IPs through the website http://ip-api.com/json, but when comparing with other websites like https://www.meuip.com.br and https://2ip.io/privacy, the ISP providers and locations change completely, even though it's the same IP. The question is, how...
  26. C

    How to check if there are numbers in a variable?

    "As always, you helping me, thank you very much again"
  27. C

    How to check if there are numbers in a variable?

    I have a table, and from this table, I put the data into a variable. Some rows have numbers, others don't. I would like to read this variable and, if it has any numbers, that's okay, and if it doesn't have any numbers, it gives an error. Can someone help me?
  28. C

    (bad end) leaving spaces in the file, help

    Another question, I use a table reading a .csv file and I use the (add line) function to put this data back at the end of the .csv file. Is there any other function more suitable for this? Or something smarter?
  29. C

    (bad end) leaving spaces in the file, help

    I have a .csv file that reads people's first and last names. When the project encounters an error, it goes to the (bad end) function where it puts this data back into the .csv file. If the bot encounters an error before reading this table with the names, it goes to the (bad end) function and...
  30. C

    Removing accents from names helps

    I have a list in .csv with hundreds of people's names, some of these names have accents (^ ~ ´) among others. I would like to know if when reading the .csv file it's possible to transfer these names to variables without these accents? Could someone help me?
  31. C

    Error in the chromium function, help

    Yes, I know how to do that, but even with everything configured, it always gave an error. For example, I'm going to open a URL that, if successful, goes to Google, and if it fails, it goes to Facebook. Regardless of what happens, it always gave an error and went to the function (end bad), even...
  32. C

    Error in the chromium function, help

    Thank you, it worked
  33. C

    Error in the chromium function, help

    I'm having a big problem using the Chromium browser, even if I set an output for if something goes wrong or if it goes right, it goes to the (end) function even if I set an output for the error. See image, does anyone have a tip on how I can solve this?
  34. C

    how to click ou view click http get, http post

    Hello everyone, first I'm sorry for the English. I would like with the Http post or Get I could click on the button on this page. Proxy Detection Test - Detect Proxies With Our IP Lookup Proxy detection test detects if an IP address is a proxy, VPN, or TOR connection. Detect proxies and check...
  35. C

    How to not install Chromium addons????

    Hi, thanks for the message. I got some templates from that page you indicated, but I couldn't get it to work, even using the templates there. I tried installing the addons plugin in the browser and then used that function to generate the profile folder, it saved it on my PC, I put the addons...
  36. C

    "The variables within the project disappeared, help!"

    Yes, I did that and it stays there. But at some point, it bugs out for no reason, even if I'm not working on my templates
  37. C

    How to not install Chromium addons????

    thanks
  38. C

    "The variables within the project disappeared, help!"

    So I did everything you asked, and it temporarily solved it. Sometimes out of nowhere, everything bugs out and disappears, and it doesn't show up anymore, so I have to go there and reset it. But at least I'm managing to do what I need. Thank you
  39. C

    How to create hundreds of Gmail accounts with Zennoposter ?

    "I thought about doing this, but I noticed that some VPN IPs work without having any cookies, so this issue of an IP being associated with someone who has used it for spam or something similar might also be valid. But let me ask you a question: these profiles created over a few days, would it be...
  40. C

    How to not install Chromium addons????

    Every time I add a Google Chrome addon to Chromium, I have to add a function for it to install that addon or extension. Is it possible to do something so it doesn't need to install every time the bot opens to run? Another question: is it possible to use cookies and cache in browser addons...
  41. C

    How to create hundreds of Gmail accounts with Zennoposter ?

    The same thing happens to me, whether with my residential IP or a purchased one. Same problem.
  42. C

    How to create hundreds of Gmail accounts with Zennoposter ?

    Has anyone found a solution to this problem? I used private residential IPs, and my 4G IPs browsed through several sites to generate cookies and nothing. It always asks for a phone number.
  43. C

    Doubts about fingerprint that I didn't find.

    The question is as follows: I've activated all browser generation options. The question is, is the fingerprint generated in Google Chrome? Or only in Chromium? Another question, every time I start the bot, does it give me a new fingerprint? I'm restarting the bot within Zennoposter and checking...
  44. C

    Extracting data without accessing the website

    Thank you, now it worked as an alternative.
  45. C

    "The variables within the project disappeared, help!"

    It didn't work. Upon installing Zennoposter for the first time and clicking on a test template, when clicking on the variables, they appear. After closing it, they no longer appear, and it becomes unclickable.
  46. C

    Extracting data without accessing the website

    Yes, I mentioned above that there was no message or code at all after running both steps. The first one works and doesn't generate any message, and the second one gives an error and also doesn't generate any message. In the traffic part, the URL appears, and in the response part, it remains...
  47. C

    Extracting data without accessing the website

    Could you give me a tip on what to do to solve this?
  48. C

    How to break gmail and hotmail Captcha

    If I just build the whole bot and at the time of solving the captcha I put 2captcha, will it solve it? and what would be the function of the captcha because in zennoposter there are 3 captcha options: captcha, recaptcha, and hcaptcha which one do I choose within zennoposter? another question I...