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

  1. 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.
  2. 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/
  3. lokiys

    I want to buy human emulation script

    You probably have to specify what exactly you mean with human emulation script.
  4. 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);
  5. 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.
  6. 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.
  7. 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
  8. 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
  9. 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...
  10. lokiys

    Zenno freezes when browser is loading.

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

    Zenno freezes when browser is loading.

    Anything? @VladZen
  12. 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...
  13. 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.
  14. lokiys

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

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

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

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

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

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

    ZennoPoster on Macbook Pro M3/M4

    Does anybody work with Project Maker on MAC? Meaning with virtual Machines and Windows on ARM CPU? there is a possibility some apps will not work neither on Parallels nor on any other Virtual machines. So I'm looking if somebody has tested and maybe working with zenno on Silicon CPUS...
  18. lokiys

    JS cube error

    Yes template is without a browser, initially, but the browser is opened with Run browser action. I don't think there should be permanent error. It is not possible to run my complex JS in C# action.
  19. lokiys

    Stop loading page in PM

    Yeah, it's not about yahoo alone. And it's not about long loading as well. Even if you wait full load, as soon as i move mouse, somewhere on page it loads again as many pages trace your mouse movements hence sending requests, therefore page loads again and again. Same was with google and some...
  20. lokiys

    Stop loading page in PM

    I think i have reported this some time ago, but on some pages you can't get done anything. Big pages like yahoo, google and others, loads constantly as they collect different data, so PM browser also loads constantly, making it impossible to work with elements on page. I move to element and...
  21. lokiys

    Element tree dont follow "Follow the cursor"

    @VladZen ???
  22. lokiys

    Are there any plans to update Assembly

    Helloooooooo?
  23. lokiys

    Responses are empty.

    almost all responses and for some requests parameters and cookies are also empty. But there are data I'm sure as they show up in other tools: v7.7.17.0
  24. lokiys

    Add LogType namespace by default

    Seems i have to write full method, would be great if i could just Log.LogType.Info for example.
  25. lokiys

    Gmail emails dont work with zenno right?

    I remember some time ago there was a setting to enable less secure apps to get IMAP access in zenno, but I can't find this setting anymore in google. Any way to access gmail emails from zenno by IMAP or POP3 ?
  26. lokiys

    Add method decriptions on mouse over

    I think at some point this feature worked like for some methods when you defined them, but right now I can't find it working at all. Is it something with my local PC? @VladZen Or this didn't work at all.
  27. lokiys

    Add method decriptions on mouse over

    When i hover over mouse i want to see this methods description. Right now I have to type another parentheses and read then.
  28. lokiys

    Cant select elements on page

    On google right now, but it has happened long time ago on some other websites als, well, I can't be sure i remember right but i think this was yahoo in the past. . I don't want to say happens randomly because I'm sure there is a reason this happens, but i don't have more info what is this...
  29. lokiys

    IP blocked error

    For some reason, reinstalling program helped to fix this issue.
  30. lokiys

    IP blocked error

    In ticket i sent my ip address. Please check it and fix, my customers are waiting with an urgent issue.
  31. lokiys

    Element tree dont follow "Follow the cursor"

    Is this fixed?
  32. lokiys

    Cant select elements on page

    I need that emulation to work as advertised guys. How it goes with fixing it?
  33. lokiys

    Mouse jumps in mouse move

    Is this fixed?
  34. lokiys

    How to mock requests?

    You can send empty request but that does not mean it will work same way as request with data. Backend server for domain.com will not respond to you with success...
  35. lokiys

    How to mock requests?

    You can't do that. You can change whatever you want, but it does not mean the back-end server will view it as a success request.
  36. lokiys

    Is zenno servers down?

    Its one version. 7.7.15 version 11 works. as @myndeswx reported 17 also works. Disabled defender protection, but nothing changes. Still not working.
  37. lokiys

    Is zenno servers down?

    @VladZen still not working. I'm not willing to update right now.
  38. lokiys

    Is zenno servers down?

    What is wrong with v7.7.15.0? Seems this issue is related to this one version. I cant open PM not on my pc not server. Although i can open 7.7.11.0o_O
  39. lokiys

    Is zenno servers down?

    I can't open Project Maker not on my PC and not on server. Are there some connection issues?
  40. lokiys

    Some weird area in zennoposter

    What folder or what file from profile folder should i send you? FYI all profiles are generated by zenno. I don't change any bit of it.
  41. lokiys

    Mouse jumps in mouse move

    Still jumps yes. But a lot less. Jumps on big screen resolutions. Could be on those resolutions you mentioned earlier: Screen resolution generated in browser profile should not be higher than screen resolution in the system.
  42. lokiys

    Some weird area in zennoposter

    What is this? Zennoposter instance shows a browser like that. Some weird unused area, and browser itself in some weird resolution.
  43. lokiys

    Mouse jumps in mouse move

    I have Scale&Layout settings 100% And Zenno generates my profiles. And this issue is there for a very long time. Does it mean it is not considered bug, and it's expected to work like that? It's a pretty huge red flag for sites i suppose they also see those mouse jumps. Screen maximize is one...
  44. lokiys

    Faild to load Canvas

    Customer is asking why it's failing. I do not know what to answer?
  45. lokiys

    Element tree dont follow "Follow the cursor"

    When you enabled Follow the cursor, then as long as you moved to the next element, this element was selected in Element Tree automatically. Now it does nothing. Element tree stays idle wherever i move my mouse.
  46. lokiys

    Cant select elements on page

    Look, I have enabled "Follow the cursor" And Where is my cursor and where are selected elements? And this is not some new bug, but is there for a very long time already. v. 7.7.15
  47. lokiys

    Mouse jumps in mouse move

    When i use mouse move emulation. It move mouse and then at the end jumps to the button or field. Hard to see because it jumps in milliseconds. It moved the mouse normally and then jumped to this field. Its probably this old screen resolution bug. v. 7.7.15
  48. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hi, Added, lets talk.
  49. lokiys

    Dedicated process error

    You are right, when you select Forefox 45, this option becomes available.
  50. lokiys

    Dedicated process error

    There is this error for a long time already. Not related to any version.