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

  1. 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?
  2. 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?
  3. 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 =...
  4. 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
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...