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

  1. Z

    Bugs in version 7.7.7.0

    The CPU load for the Chromium has been getting worse and worse with each release, why can't it match the normal Chrome usage (CEF)? The last release on which the Chromium browser had an acceptable performance (even though it's still bad compared to normal Chrome) is 7.7.3.0. Memory leak still...
  2. Z

    Run multiple threads, and the first one to open the site makes all the others stop running. Help

    you can write some line in a file and check if the line is there, if it's there then pause, one of the threads will be the fastest to write the line and all other threads will see the line already there so they won't continue
  3. Z

    A question about accessing a running instance

    Yeah I thought so too, but I had some hope when I noticed each instance has a unique port number
  4. Z

    A question about accessing a running instance

    Hello, is it possible to access an instance (chrome browser) that is currently running from a different network? If yes how can I set it up?
  5. Z

    Discussion - new version 7.7.4.0

    Not only that, they actually introduced many new bugs, chromium is unusable, I rolled back immediately and it works again, very sad,,,
  6. Z

    Обсуждение версии 7.7.3.0

    точный
  7. Z

    How to edit browser's Local Storage

    I found the solution, I will keep this up if someone else wanted to know, I used JS cube and executed the following line of code on the page where I want the values to be added localStorage.setItem('key', 'value');
  8. Z

    How to edit browser's Local Storage

    Hello, I'm trying to add values to the Local Storage of an instance but I can't find any documentation about it, is it possible?
  9. Z

    instance.UseTrafficMonitoring = true;

    instance.UseTrafficMonitoring=true; instance.ActiveTab.Navigate("https://www.example.com"); if (instance.ActiveTab.IsBusy) instance.ActiveTab.WaitDownloading(); var list = instance.ActiveTab.GetTraffic(); string ob = ""; foreach(var t in list) if(t.ResponseBody != null)...
  10. Z

    instance.UseTrafficMonitoring = true;

    It's a bug, what I think would work for you is if you navigate to your desired URL then get traffic in the same cube, this always returns the traffic, if it doesn't then execute the same cube again and it's basically 100% success rate but if you try to go to a URL in a cube then in another cube...
  11. Z

    Problem with Leaf.xNet and ZennoPoster

    Just tested with ZennoPoster V5 and it works.. the problem is a bug in V7 only
  12. Z

    Problem with Leaf.xNet and ZennoPoster

  13. Z

    Problem with Leaf.xNet and ZennoPoster

    Hello, I'm trying to randomize my SSL fingerprint with requests using Leaf.xNet in ZennoPoster but it's not working as indented even though the same code works perfectly fine in Visual Studio, here's the code I'm using var req = new Leaf.xNet.HttpRequest(); var SslProvider =...
  14. Z

    Alternative HTTP method on certain requests

    Add ability to use alternative HTTP method on certain requests only, current implementation makes it used across all requests
  15. Z

    Project Maker 7.7.3.0 Tab doesn't auto complete

    Pressing tab to auto complete would save me a lot of time when typing variables names or anything in general so it would be really useful to have it. Is there a replacement to the tab key behavior on the new interface?
  16. Z

    Bugs in version 7.7.3.0

    When typing the first letters of a variable then pressing tab, the Project Maker doesn't auto complete the variable name. This works fine in V5 but every V7 Project Maker has this bug
  17. Z

    Project Maker 7.7.3.0 Tab doesn't auto complete

    Hello, this not very important bug but it's annoying. When typing the first letters of a variable then pressing Tab, the Project Maker doesn't complete the variable name. This works fine in V5 but every V7 Project Maker has this bug
  18. Z

    ZennoPoster's chrome engine can't bypass Kasada anti bot

    Done. I see it works for you, can you tell me which version do you have?
  19. Z

    ZennoPoster's chrome engine can't bypass Kasada anti bot

    Oops! We ran into some problems. You do not have permission to view this page or perform this action. :bw:
  20. Z

    ZennoPoster's chrome engine can't bypass Kasada anti bot

    Kasada is a famous anti bot/automation service that some websites use to protect themselves from bots, Kasada makes certain requests only possible through real browsers. ZennoPoster's chrome is recognized as not a real browser to Kasada making the browser unusable on these websites. Firefox...
  21. Z

    Websockets arre not automatically closed

    When I execute the code through C# own code, it finishes executing and then I don't have access to the connection to close it or is there maybe a way to access it even after the C# block is executed? If there's a way please tell me how. the project does more tasks after opening the socket and...
  22. Z

    Websockets arre not automatically closed

    The problem isn't that I don't want to close the websocket, it's that I need to have the websocket connection open while the thread is running. so it creates a websocket connection then goes on to another task in the same thread that are not related to the websocket and I'm not sure how would I...
  23. Z

    Websockets arre not automatically closed

    Hello, there's a bug that I found that happens even in the Project Maker, the bug is with websocket connections, the websocket connections created with C# own code are not terminated properly when the thread/task is completed, the websocket connection will still run in the background unless you...
  24. Z

    Project in project - possible to run nested project in background?

    With get task info method I can check if a project is idle or running, if it's idle then it has completed the work by reaching the maxium success count or max failure count or whatever condition that was set, if task info returns the project is still running then it hasn't finished the work, I...
  25. Z

    Project in project - possible to run nested project in background?

    But there's no method to make an action ONLY if the project complete its work by completing the work i mean reaching the maximum success count, not a single thread that finished executing
  26. Z

    Project in project - possible to run nested project in background?

    This is what we are looking for, but I can't seem to make it work because i'm not well rounded in c# could you point out what's wrong and how can i make it work?
  27. Z

    Project in project - possible to run nested project in background?

    how you guys not understanding the concept being presented here, your idea doesn't work for this
  28. Z

    Project in project - possible to run nested project in background?

    i have the same exact problem and question, did you figure it out?
  29. Z

    Need help with checking wether another project has done executing

    Hello, I need to a create project to check 3 other projects and check if they are done running and if they are done, i want it to clear the success count and start again with a different setting, I tried to look up how to do it and it's in c# which is complicated for me since i don't have that...
  30. Z

    Zennoposter acting weird with high number of threads

    Of course, it was already checked on by default even, it happens when more than 1 project runs, if you run 1 project then the limiting factors are indeed hardware but 2 projects even at the same thread count as the one project before, zennoposter acts weird and the performance is way worse
  31. Z

    Zennoposter acting weird with high number of threads

    2 years later and this issue is never yet solved
  32. Z

    Bugs in version 7.7.0.0

    I don't know exactly which characters exactly, it's either one of those or both of them (in the password parameter) you have to test + - this bug is only in 7.7.0.0 is it possible to send you a private message with the full proxies username and password? I don't want to to post my proxies...
  33. Z

    How to deploy capmonster on rdp ?

    you need to open a port in the local firewall of windows and you need (if not already) to open port on the network
  34. Z

    Need help solving a recaptcha v3

    v3 doesn't work in capmonster
  35. Z

    Bugs in version 7.7.0.0

    There's a bug in processing some proxies, for example residential proxies from ipburger which contain all kinds of characters in their username and password parameters are not going through in 7.7.0.0
  36. Z

    Zennoposter acting weird with high number of threads

    Hello, when i try to run a project on zennoposter with a lot of threads (+300) the other projects and the project I ran, begin to behave in slow motion, the threads are not browser emulation, just some http requests and file editing/saving by slow motion i mean that it waits between each action...
  37. Z

    Need urgent help!! bug in version 5.34

    Do I send it here? or is there an email I should send to?
  38. Z

    Need urgent help!! bug in version 5.34

    I found out why it's happening, when I connect to a VPN and try to run the program, it's much faster and acts like normal but without VPN it's very slow at downloading data from zenno's auth servers, how do I fix this without having to have a VPN open all the time?
  39. Z

    Need urgent help!! bug in version 5.34

    Hello, I was using zennoposter normally like I always do on the same machine then suddenly ... the projects were taking way too long to start and actually run the threads, I can wait up to 15 minutes before the project starts running, this happens on all projects no matter what it does, the...
  40. Z

    How to take a screenshot of the instance

    Yeah that was it, thank you!
  41. Z

    How to take a screenshot of the instance

  42. Z

    How to take a screenshot of the instance

    Ok thank you but what about the error above? what mistake I am doing trying to take a screenshot?
  43. Z

    How to take a screenshot of the instance

    Hello, I'm trying to take a screenshot before an error to help me know the problem but every time when it tries to make a screenshot, I get this error Executing action ImageProcessing Could not find a part of the path 'C:\Users\Administrator\Desktop\ff.bmp\'. no matter what path I choose, I...