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

  1. lokiys

    Release ZennoPoster 7.8.2.0 — Chromium 133

    So is ZennoBrowser available for everyone? Where we can read more?
  2. lokiys

    Text not entering

    It's hard to say without seeing exact page you have problems with. Have you used an action designer to find the exact field you need?
  3. lokiys

    Course for zennoposter

    Hi, and welcome. If you are looking for individual help tailored to your needs, I'm offering training one-to-one everything about zennoposter default options. Link in signature. Or you can find some videos on youtube, as well as you can look at this section and using google translate learn...
  4. lokiys

    Activating extension hangs

    I run Activate action and extension pop-up appears immediately. But action hangs for like 1-2 minutes. (Sometimes)
  5. lokiys

    ZennoLab Assemblies Documentation links

    If anybody is looking for methods, then there are basic ones to manage single extension // Install extension var extensionPath = project.Variables["extensionPath"].Value; instance.InstallCrxExtension(extensionPath); // Open Extension popup instance.GetAllExtensions()[0].Activate(); //...
  6. lokiys

    ZennoLab Assemblies Documentation links

    o_O That is very sad. But not true also, or i have some old Assembly? Example: instance.GetAllExtensions(); I don't find anything about extensions in https://help.zennolab.com/en/v7/zennoposter/7.1.4/webframe.html#topic1.html
  7. lokiys

    ZennoLab Assemblies Documentation links

    2+ years around. How does it go? There are so many things updated but no c# docs.
  8. lokiys

    Is there a way to not load video streams?

    Hi, sure. Inspect traffic monitor, Find video stream url and block it.
  9. lokiys

    Show Instance

    @VladZen I tested your example. It is not showing instance. :(
  10. lokiys

    Show Instance

    This is from logs nonCriticalErrors-ProjectMaker Same issue from the server. So nothing about my connection. [2025-02-28 19:22:58.1759]|1|UiThread|Connection to https://userarea.zennolab.com/TemplateService.asmx failed System.Threading.Tasks.TaskCanceledException: A task was canceled...
  11. lokiys

    Show Instance

    There is something wrong with this file. I can't open it in PM. When i open i see Loading project for 30 seconds and that's it. No template gets opened.
  12. lokiys

    Which is correct for instance size

    instance.SetWindowSize(project.Profile.AvailScreenWidth, project.Profile.AvailScreenHeight); instance.SetWindowSize(project.Profile.ScreenSizeWidth, project.Profile.ScreenSizeHeight); This available returns minus x pixels, for height, meaning it's considering taskbar if i understand it right...
  13. lokiys

    Show Instance

    Please let me know if I can open instance from c#
  14. lokiys

    Show Instance

    @VladZen
  15. lokiys

    Schedule

    In zennoposter you can run as many scripts as you want, there is no limit to simultaneous scripts you can run. Just add them to zennoposter and add threads and attempts count and pres PLAY. they will run simultaneously. You don't even need scheduler to do that.
  16. lokiys

    Show Instance

    Is there any other method or there is a bug? Because this method does not open instance. ZennoPoster.ShowInstance(instance.Url, instance.Port, instance.Address);
  17. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hi, Nop sorry i have nothing ready-made for sale. I only work with custom orders. Solely by client's requirements.
  18. lokiys

    I feel like I'm going crazy

    GDPR is an EU citizens' protection act. Nothing to do with the USA or Asia.
  19. lokiys

    How to change Device to MumuPlayer?

    What you mean by switch? Its default emulator already there. Install Memu player https://www.memuplay.com/download-en.php?file_name=Memu-Setup&from=offline_installer and it should work.
  20. lokiys

    How to change Device to MumuPlayer?

    Hi, ZennoDroid Enterprise works with REAL Android devices only. If you want to use Android emulators, you have to get the PROFESSIONAL version.
  21. lokiys

    I feel like I'm going crazy

    I know, i already tried with two EU country VPN but still didn't get any.
  22. lokiys

    I feel like I'm going crazy

    Just checked. I don't get that pop-up.
  23. lokiys

    I feel like I'm going crazy

    I personally use a classic way of searching for elements. But if you know xpath better, its also fine. You have to make sure you find the correct element in this case button. By this xpath it seems you are trying to click whole banner hence nothing is working. Try moving a mouse over to button...
  24. lokiys

    I feel like I'm going crazy

    Hi, and welcome. That's one way, if you need keyboard emulation, but the most basic way is when you use action designer and search for a field by its attributes like id, calss, etc abd then use set value in field. This will be faster and more quality way to enter your variables in fields on page.
  25. lokiys

    Zenno freezes when browser is loading.

    Added some more info in ticket: 91330
  26. lokiys

    Is there any major difference executing a project in ZennoMaker vs ZennoPoster?

    1. Screen resolutions, especially if you work with coordinates this can cause some issues. 2. Speed, in poster templates, work much faster than in project maker. Check what errors you get and add some more logging to track an issue down.
  27. lokiys

    Is it possible to use AI to understand a screenshot of a webpage - and return click coordinates?

    I dont see why not, but you probably have to test how your chosen AI gives you the coordinates, and if they are right and match with zenno. But I'm sure there are much easier ways to click where you want. 1. You don't need any fixed coordinates by default as you search h element by its...
  28. lokiys

    Where to add my openai API Key ?

    First line should be user agent. Then in second line set token
  29. lokiys

    How to drag and drop elements? Help!

    If that all is on webpage then you can check out drag and drop function. https://zennolab.atlassian.net/wiki/spaces/EN/pages/924484381/Rise+event
  30. lokiys

    How to drag and drop elements? Help!

    Not sure if i understand you right. But drag and drop function in zenno is meant to work with sites like weebly where there is drag-and-drop interface. You seem to think about dragging and dropping images from your computer into webpage, right? If so, then this is not possible by default zenno...
  31. lokiys

    Where to add my openai API Key ?

    Hi, read documentation there: https://platform.openai.com/docs/api-reference/introduction You can see that its simple Authorization header. And headers you can set in More tab:
  32. lokiys

    Questions about users?

    Hi, google or any other site will see it as 10 different browsers are using same IP address.
  33. lokiys

    I want to buy human emulation script

    This gets randomized automatically when you run any project. Each time you restart, it generates new profile, and that includes all parameters you told + many more.
  34. lokiys

    Help Needed with Selecting State from Dropdown Menu Using Keyboard Simulation

    In OP post it looks like you can just enter any text in this field and no need to select from dropdown anything. So if you have exactly the same field just enter random state.
  35. lokiys

    How to hover the mouse over a button? Help!

    You can try Rise => Focus. If that doesn't help, then you have to use some C# methods for mouse move. Can search forum for them.
  36. lokiys

    i am having a problem in diigo browser automation

    To emulate hotkeys you can get an idea from this thread: https://zenno.club/discussion/threads/ctrl-c-and-ctrl-v-function-can-anyone-help.125457/
  37. lokiys

    I want to buy human emulation script

    You probably have to specify what exactly you mean with human emulation script.
  38. lokiys

    Text with emoji symbols is not emulating through keyboard emulator

    What you mean? Is this outdated and should not be used? instance.SendText("My superemulated text", 100);
  39. lokiys

    "No connection to the authorization server or your IP was blocked"

    We are getting this. And some HTTP request don't work as well. That's weird because some works, and seems poster i can open. PM i can open sometime also, but most of the time there is this error.
  40. lokiys

    "No connection to the authorization server or your IP was blocked"

    @VladZen Please check. It's urgent. It seems some localized issue, because i also sometimes get this error on my client server and even some HTTP requests don't work. While on my PC it all works fine.
  41. lokiys

    How to Find the Download Folders?

    It never changes. Default download folder is always in Zenno program files Trash directory. But you can change that to any directory you like, before downloading file add action Browser --> Download directory
  42. lokiys

    I am getting a license error.

    By error it looks like you are trying to install a version you dont have updates. Check what is latest version available to you. There
  43. lokiys

    How to implement a correct (intelligent) bad end?

    It is hard to suggest anything because every situation is different. But one thing I see in your post "large bot". It is always better to split large bot into two or more parts. It should make your life much easier. When you save data back in file, you can add that data status like: My Initial...
  44. lokiys

    Zenno freezes when browser is loading.

    Added some additional info in ticket ID: 91330
  45. lokiys

    Zenno freezes when browser is loading.

    Anything? @VladZen
  46. lokiys

    Zenno freezes when browser is loading.

    As the title says. I have a template fully with waiting for element logic. Not a single tab.WaitDownloading(); method in my code. But randomly, Zennoposter and Project Maker freeze for 10-40 seconds and still wait for some requests to be loaded. It is an immense problem and actually a long-time...
  47. lokiys

    erro with get request method

    GET request is not returning any data. Probably because you need to pass some headers. You can inspect network tab in browser and replace in your get request all headers you see there. Or you can just go to that url in browser and get that json from DOM text.
  48. lokiys

    ZennoPoster на MacBook Pro с процессорами M3/M4

    Спасибо всем за ответы. :ay:
  49. lokiys

    ZennoPoster на MacBook Pro с процессорами M3/M4

    У тебя был Mac с 8 ГБ? Я просто хочу узнать, смогу ли я создавать шаблоны, используя Project Maker. Если это работает, то меня устраивает. Zennoposter буду запускать на Windows сервере.
  50. lokiys

    ZennoPoster на MacBook Pro с процессорами M3/M4

    Привет , Кто-нибудь работает с Project Maker на Mac? Имеется в виду с виртуальными машинами и Windows на ARM процессоре? Есть вероятность, что некоторые приложения не будут работать ни в Parallels, ни в других виртуальных машинах. Поэтому я ищу тех, кто тестировал и, возможно, работает с Zenno...