Недавний контент lokiys

  1. lokiys

    Debug project

    Hi, This should help
  2. lokiys

    Field focus is jumping around

    I don't remember the first website it happened, but I'm sure it not on certain, because im seeing this bug again today, and this is another website. It does not happen every time, so im not sure how to reproduce it also. Nop follow cursor is disabled. I just do right click and to action...
  3. lokiys

    sort list by regex

    Something is wrong for you, no idea what. There should be a field. Try changing options forth and back, maybe field appears.
  4. lokiys

    how do i initalize a counter?

    Hi, Data ==> Variables Processing And set 0 and select variable. Done
  5. lokiys

    how do i check for the existence of an element?

    When you add action, click the next button, it works both ways. When there is a button, it clicks it and goes to the next action OR continues to follow green dot/connection. If the button is not there, it will throw an error and go out to the red dot/connection.
  6. lokiys

    client status

    Hi, You can send a request to https://support.zennolab.com/
  7. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hi, Yes, training is still available. Let me send you a private message with contacts.
  8. lokiys

    where can i find tutorals

    Hi, and welcome: You can read the documentation there You can also find some old videos on youtube. Design has changed, but logic and actions are not so much.
  9. lokiys

    before purchase question

    Hi, and welcome. Yes, you need a licence to run your bots. You can't compile them at all. You have only template files that can be opened and executed ONLY in ZennoPoster. If your template does not require over 20 threads, you can use ZennoBox
  10. lokiys

    Best practices for handling multiple registration flows/layouts in one script?

    Hi, In general, your logic seems correct. You check, Text, Element or any other parameter you can find that indicate particular interface and then using Switch execute logic developed for that interface. Fast and efficient, = You have to do everything in C#, to have FULL control of every step...
  11. lokiys

    ZennoPoster + Antidect Browser. I will pay fee for this

    Hi, this is not possible, unfortunately. Zenno can work ONLY with its own browser engines. You can't integrate your own
  12. lokiys

    ZennoBrowser How to disable Css, Picture,....

    ZennoBrowser is not ready yet. It's still in the testing phase. So I cant help with any of that. Sorry
  13. lokiys

    ZennoBrowser How to disable Css, Picture,....

    Hi, sure, one way is there in lower browser toolbar. That's while developing and wanna see how it looks. Or you can add action Browser ==> Settings ==> Load CSS, for example. You will find other settings related to pictures and other things on the same list.
  14. lokiys

    Field focus is jumping around

    Sometimes when i try to select new element, with right click and then to action designer. It selects and in 1second focus/selection jumps back to the previously selected element. v7.8.4.0
  15. lokiys

    Some C# Help Needed

    You don't need that Program method in c# actions. Consider c# action as a method. I have edited a little. Also dont use Console logs, I have also added log method so you can change and print logs right in zennoposter or PM. If you wanna see in zennoposter you change that false flag to true...