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

  1. Aronax

    Chromium (beta) vs CEF : benefits ?

    I cannot answer all your questions but I usually use Chromium when I needed to work with browser extensions in my projects (not supported in CEF). I do get some errors in Chromium when using touch emulation. They seem to be related to Chromium only.
  2. Aronax

    Capmonster Cloud not solving correctly simple captcha

    Hi. Why is Capmonster Cloud not able to correctly solve this simple captcha? Am I doing something wrong? Thanks
  3. Aronax

    7.7.6 changes?

    This is the test version page on the Russian forum: https://zennolab.com/discussion/threads/testovyj-bild-zennoposter-7-7-6-0.113705/
  4. Aronax

    Zennoposter is right-clicking instead of left-clicking (remote desktop connection)

    Tried the batch file method, too, but it doesn't work either. Still getting right clicks instead of left clicks (although the template actually uses the touch action, not the click action)
  5. Aronax

    Zennoposter is right-clicking instead of left-clicking (remote desktop connection)

    I'm using Chromium, with full mouse emulation. I made these tests too: disabled full mouse emulation and switched to CEF Chrome but the problem still appears. I do mention that I'm using the mobile version of several sites and touch emulations (instead of regular clicks...haven't tried with...
  6. Aronax

    Zennoposter is right-clicking instead of left-clicking (remote desktop connection)

    So I'm using Zennoposter 7.7.5.0 on a PC to which I'm connecting through remote desktop connection. When I'm connected to it everything works great. When I'm disconnecting the remote desktop connection the projects are not executed correctly anymore. Basically, Zennoposter is not clicking...
  7. Aronax

    ZennoPoster and windows task scheduler

    I have the same issue with Zennoposter running as a background app after using Windows Task Scheduler to automatically start Zenno with system start: Thing is that I need to use the Task Scheduler as indicated here...
  8. Aronax

    How to identify the duplicates in a list (not deleting them) ?

    @BAZAg You rock!
  9. Aronax

    How to identify the duplicates in a list (not deleting them) ?

    How can I identify the duplicates in a list? I don't want to remove the duplicates, I want to identify and save them in a different list. Also, is there any easy way (like a C# code) of getting the number of times each of these duplicates appear in the list (without putting them in a database...
  10. Aronax

    Missing lines in Table

    Sorry guys, I forgot to mention that I was also binding the same file in previous steps and there was an error on my binding process.
  11. Aronax

    Missing lines in Table

    So, the template writes a line in a table. After this the File Viewer shows there are no lines in a table but when I open the setting box of a Table, in a project, I can actually see there's a line there. You can understand my question better if you check the attached screen-shot. What am I...
  12. Aronax

    Jump to specific action in template

  13. Aronax

    Jump to specific action in template

    Why not using the 'bad end' option?
  14. Aronax

    How to setup an API for Zennoposter?

    Thanks for your reply @lokiys. I already have the SAAS. But I have customers which have their own SAAS and they need a high amount of tasks to be processed automatically by my business. And on my side, parts of these tasks are executed by Zennoposter. For small customers it's enough to return...
  15. Aronax

    How to setup an API for Zennoposter?

  16. Aronax

    How to setup an API for Zennoposter?

    Can anyone guide me towards setting up an API that will be able to work with Zennoposter? My workflow could look like this: 1. A request is sent to the API endpoint by the customer 2. The request is 'forwarded' to Zennoposter 3. Zennoposter solves the task and sends the result back to the API...
  17. Aronax

    How to close cookie approval popups?

    I would look in the direction of the most used wordpress GDPR plugins. Install each of them on a test wordpress site and make a script for each of them. Save each script as a plugin and embedd them in your templates. Make the logic of the template so that if one of the scripts / plugins doesn't...
  18. Aronax

    Software for caching web content and therefore reducing traffic costs

    I don't have the perfect solution for what you need but maybe these will help you: 1. Stop using the browser and use only http requests and emulate only those that you need (excluding the adverts, images, css etc). This will drastically reduce the bandwidth consumption, increase the speed of...
  19. Aronax

    How to Stop just One Thread and leave other theads running?

    I know this is a 10 year old thread, but do we have any new solution for this problem? I have a template which runs on multiple threads and sometimes I need to stop one of the threads which takes too long to execute (due to slow proxy for example) and start a new thread. The thing is that I...
  20. Aronax

    Test residential IP before run it into browser?

    I usually send a http get request to google. If I get an error in return, the proxy is bad. If I get 200 ok, it means the proxy works. If I need to do a basic spam test on that IP, I use the a/m sequence and, additionally, I'm sending google a test search request. If I get a captcha in response...
  21. Aronax

    Easiest way to convert list into one variable?

    Yes, I think there is: Do not forget to add "," in the field of the custom separator so that the lines in your list to be separated by comma when being placed in your variable.
  22. Aronax

    Can ZennoPoster take screenshot of a webpage element?

    It can take screenshot of the entire page...I don't remember having the option to take screenshot of a particular element from page. But why do you need to take screenshot of a div element? You could simply parse the information inside the div
  23. Aronax

    Does ZennoPoster use a new User Agent each time it runs?

  24. Aronax

    How to add a word to each line of a list?

  25. Aronax

    How to add a word to each line of a list?

    You should create a different new list (List 2). Take each line from the initial list (List 1). Place each line in a variable. Let's say you call it {-Variable.lineContent-} Create a new variable (eg: {-Variable.newLineContent-}) in which you combine {-Variable.lineContent-} and <word> Put...
  26. Aronax

    How to check CPU and RAM load?

    Yeap, the resource monitor works great in Zenno, but it activates itself when the system load is near 100%. And on some (unstable) machines I needed something to stop loading the CPU and RAM when they're at about 85%.
  27. Aronax

    How to check CPU and RAM load?

    If anybody needs it, I also found this code for getting the CPU load. You need to add System.Management in GAC references and using "System.Management;" (without "") on the "Using directives" tab in "Using directives tab and shared code" interface. Then, this code will work: var searcher = new...
  28. Aronax

    How to check CPU and RAM load?

    Thanks a lot. It works like a charm
  29. Aronax

    How to check CPU and RAM load?

    Hi all, In one of my templates, I need to check the CPU and RAM load. If CPU and / or RAM load are higher than 80-90%, I need this template to stop opening new threads (using .bat files). If these parameters are below 80-90% load, I need this template to continue opening new threads. Thanks
  30. Aronax

    7.3.2.0 PM Interface Bugs

    Working with PM on a 4k display and since I've upgraded to 7.3.2.0 the interface seems a bit changed and there are a few bugs (highlighted in red): The increased font size on the action blocks text is great when working with high resolution displays ... that's not an issue....I don't keep...
  31. Aronax

    Facebook bot Detected

    Excellent information! I would also add that visiting random sites that don't necessarily have the option to sign-in with FB and/ or Google helps, too. That's because most of the sites nowadays have plugins/ scripts from these companies already installed on them: facebook pixel, google...
  32. Aronax

    Cannot open Spotify Web Player. Help!

    And I like it "a LOT" when we (the guys in the English section) have to squeeze information from you screen-shot from the Russian forum, 7.3.1.0 test build, 2 weeks ago: But obviously, it doesn't work...I mean, yes, the player loads in 7.3.1.0 , but it stops after 9 seconds of playing any...
  33. Aronax

    Cannot open Spotify Web Player. Help!

    Have you guys found a solution for spotify?
  34. Aronax

    Zennoposter with more than 5000 threads?

    I have a very simple template using only 2 POST / GET requests and no browser. I'm using it on a poweful machine (dual xeon, 96 GB RAM memory etc) so I can easily go beyond 5000 simultaneous threads but Zennoposter (Pro version) V7 doesn't allow me to use more than that..no matter what I type...
  35. Aronax

    Websocket standard functionality

    Is it possible to implement standard functionality for websocket requests (just like the action blocks for GET, POST, PUT etc)? Thanks
  36. Aronax

    How to save and use cache?

    Is there a way to save certain things in cache and use them later on different threads? I have several projects where the bot needs to stream a video or an audio file from a website. I need to use some proxies where I pay for bandwidth consumption. So I need to stop downloading the video or...
  37. Aronax

    visible mouse move in Zennoposter like in Project maker

    As a "workaround", you could install one of those javascript plugins that track mouse movements in a test wordpress site and show your clients the heatmap created by zenno. Or they could do that on their own website and you could make a simple bot that goes to the target website and clicks a few...
  38. Aronax

    How will this affect us?

    https://developers.googleblog.com/2020/08/guidance-for-our-effort-to-block-less-secure-browser-and-apps.html
  39. Aronax

    How to read a value in a cookie?

    Thanks [USER = 12819] nicanil [/ USER]. This works well when using a browser instance. But, do you know a way to read the cookies values when no browser is being used (bot with HTTP requests only and loading a profile which is filled with cookies)? Thanks
  40. Aronax

    How to read a value in a cookie?

    How can I take the value of this cookie and use it in my template? (it is already saved in the zpprofile file)
  41. Aronax

    Publish comments on yotube or facebook?

    Of course zennoposter can do this, but you have to develop the template with those actions
  42. Aronax

    I would need help to stop loading videos on Zennoposter 5

    Try these solutions: 1 2 IF the a/m solution is not working, try this: Blacklist the domain from which the video is coming. Usually, it comes from a different domain (a CDN). I took a quick look at youtube and it appears to send the video from googlevideo.com, which could be their delivery...
  43. Aronax

    Zenno Snippets Collection list

    Totally agree with you. I own 3 licenses, as well. If we would pay $10-$20/ license on a monthly basis only for this type of extras (Easy implementation of libraries, snippets, plugins, well-described methods and tricks from those interesting threads in the Russian competion of acrticles etc)...
  44. Aronax

    Zenno Snippets Collection list

    I would pay to have some of the threads in the Russian forum translated to English by a human who has decent knowledge of both languages (EN and RU). Google Translate works too, but it doesn't do a great job. Good find, awzse00
  45. Aronax

    Different proxies for different domains, same web page

    VladZen Thanks. One more question related to Proxifier: can it be used in multithreading (eg: if I run zenno on 20 threads, will it be able to provide a different proxy for each thread? Thanks
  46. Aronax

    Different proxies for different domains, same web page

  47. Aronax

    Different proxies for different domains, same web page

    I need to access a web page with a residential proxy. On this page, there is a video delivered through a CDN, and I want to load this video with a data-center proxy. Can this be done in Zenno? If there is no direct way of separating the proxies per domain (1 proxy for website domain/ 1 for CDN...
  48. Aronax

    Add cookie & change its expiration date

  49. Aronax

    Add cookie & change its expiration date

    Working on a bot with get / post requests. I'm using old profiles which have been active in browser therefore I already have cookies saved in profile. Therefore I use these profiles in the requests bot The problem is that a specific cookie expires after just 1 minute and I can not get it fast...
  50. Aronax

    An HTML hasn't been found

    Get the error code (righ click on the error in log and copy action ID) then check the action ID in your template, in project maker. From here, you need to continue with debugging