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

  1. lokiys

    New profile not generating.

    Hi, @sowe looping within the template is wrong. I mean not making loops in general, but making a loop from the last action back to the first action is wrong. When you finish step 5 that's the point where the template ends. Repeating all Your steps is a job for zennoposter when You set execution...
  2. lokiys

    what does this error mean?

    Hi, you will have to wait until Monday when the Zeno team will be back to work, it seems some internal error. But making a Diagnostic report and sending it to support will help to identify the problem. go to Zenno program files folder find Diagnostic application double click, then send...
  3. lokiys

    variable in regex ? possible ?

    @jeffnco The problem is Your regex. You set your random number too high. Please check my example above everything works with smaller numbers. Same there - in your example everything works with smaller numbers. You can use this page for creating regexes as well as confirming if your regex is...
  4. lokiys

    variable in regex ? possible ?

    @jeffnco please add a piece of template You are using. I do not see any problems there. UPDATE: And there is my example, a totally working one, with simply using variable straight into regex. Added both formats of the template.
  5. lokiys

    FullEmulationMouseMoveToHtmlElement()

    First, have to get clear if that's a particular page problem, or maybe you use some wrong code. Would You mind posting the page URL and what element you want to click. ?
  6. lokiys

    FullEmulationMouseMoveToHtmlElement()

    Does not seem there is any problems: https://i.imgur.com/mT38CXS.gif Yes, sometimes it first moves to the end of the page and then moves back over the exact element. Maybe that's some particular page case only?
  7. lokiys

    Create your own profile Generator

    I have no idea how did You got this variable there lol You have to use action. Data ==> Profile processing Example for setting Name from variable myCustomName
  8. lokiys

    Create your own profile Generator

    Hello, and welcome. Please take a look: https://zennolab.com/wiki/en:profile
  9. lokiys

    Bugs in version 7.2.0.0

    There are still those errors: not related anymore. there are some bugs with Javascript action as well. When You use variables in this action it tells something about - that You can not use variables in C# action lol
  10. lokiys

    Discussion - new version 2.1

    Will it work with only one emulator? Only Memu now and in future? As exact app, I need for my customer it does not work on this emulator lol
  11. lokiys

    Dedicated process only available with Firefox45

    @VladZen I agree it is a bit misleading. Why disabled if actually the dedicated process is automatically enabled. And in the project settings this checkbox "Dedicated process" should be checked and then read-only. As now it says a dedicated process is disabled and you can not enable it. Thanks
  12. lokiys

    How to get line number from compare 2 list A,B with same words.

    Hi @noname007 1. You take a word from List A 2. You make a loop with counter and take words from list B one by one. 3. In each iteration You add IF action and check if words match - If a match, the word from A list is located at the count of the loop counter number. Cheers
  13. lokiys

    Bugs in version 7.2.0.0

    Added file and answered in the ticket.
  14. lokiys

    Residential proxy How add to my Proyect?

    https://zennolab.com/wiki/en:proxy
  15. lokiys

    Bugs in version 7.2.0.0

    No, I do not have this enabled. I do nothing with a proxy checker.
  16. lokiys

    Bugs in version 7.2.0.0

    Have to have 3 version installed for this simple thing, but thanks anyway. Check ticket with Id: 22105
  17. lokiys

    Bugs in version 7.2.0.0

    So I can not even get back buggy v7.2 ?
  18. lokiys

    Bugs in version 7.2.0.0

    I have tested the newest version I found that I do not want to use it, for now, so I have downgraded to a version what worked fine for me, but now I face a problem where I can not open my template in this downgraded version, even I have not used any newly added features, but I just have saved in...
  19. lokiys

    Bugs in version 7.2.0.0

    Logged onto the server and there is this: Lately, zenno can not be trusted anymore, what is going on guys? Seems I know the answer, it was just my bad I have installed the newest version too soon. :(
  20. lokiys

    scraper proxies or Proxys services alternatives??

    I think this is the most common question I get from my customers. What proxies are good to use. and the answer is always the same. You have to test it. :) And there is why: There are no good proxies for everything. Each job requires You to understand some things. For example, if you want to...
  21. lokiys

    multiples urls?? go to page option? Is posibble?

    Sorry, I do not understand what You mean by put to run the campaign again. But your bot will work as long as you have URLs in the file, if you have 10 URLs then it will work 10 times if You put the same URLs in the same file again then of course if will use the same URLs from the first URL...
  22. lokiys

    i need help

    Hello and welcome. Solving captchas and using proxies does not work in the trial version, that's the limitation to not abuse the trial version. Everything will work fine in paid version no worries. You can use captcha service, CapMonster pr Capmonster cloud with no problems.
  23. lokiys

    gel line not save

    @samy right you have to put variable where you put 0, and then you set the default value for variable 0, so then you will be able to increase this variable value by one and get +1 so next time you will get 1 line + then 2 line and so on. There you should be able to read something about counters...
  24. lokiys

    Bugs in version 7.2.0.0

    If action in Eng version:
  25. lokiys

    gel line not save

    Then You have to put variable there, not a number.
  26. lokiys

    multiples urls?? go to page option? Is posibble?

    Hey, bud, I'm all hands for helping with, but if You really want to succeed, then I suggest TEST. It would be way faster if You could move through all options and see what happens :-) Not only you would find one that works for You, but You would also understand what other options do. :-) This...
  27. lokiys

    gel line not save

    Hello and welcome. Because first like IS line with number 0. So it just sets take the First line instead of line by number 0 because its just that same. :-)
  28. lokiys

    multiples urls?? go to page option? Is posibble?

    Add a list of URLs to the project and take a line. Use that variable to go to the page.
  29. lokiys

    Mail.com does not work

    Chrome browser does not work when trying to register mail.com accounts. As soon as You click the Sign Up button it gives an error page
  30. lokiys

    doubt click on a div recognition jump security of being a robot

    You add it where captcha is, and where you want to solve it. Please look into action and You will see that there are recognition modules, if You set it as CapMonster then yes you have to have Capmonster. If You set other then use the service you set.
  31. lokiys

    Bugs in version 7.1.6.0

    @VladZen this is still not solved.
  32. lokiys

    doubt click on a div recognition jump security of being a robot

    Hi. Just add action Recognize ReCaptcha and it will do the rest.
  33. lokiys

    Can ZennoLab read xliff files?

    No problem. Here I would try to use that. https://github.com/fmuecke/XliffParser
  34. lokiys

    Can ZennoLab read xliff files?

    Never heard of such a file extension. ZennoPoster does not have any default options to read such a file, if you can not do that with tables then You have to look onto C# snippets. I'm sure there are plenty of those.
  35. lokiys

    Keyboard emulations does not work as human would type

    LOL, I know. And there You can add a bug report when You use simple space by clicking space on the keyboard in the list merge, then this space disappears when you close the template. Most probably You have to use string space macro in there to keep space preserver, but that's really not a thing...
  36. lokiys

    Keyboard emulations does not work as human would type

    @VladZen needs to send in a ticket to get any response there?
  37. lokiys

    I am looking for a faster way to check the status code of exist links

    I do not think there are such fast proxies. To be the honest max I have seen was 10 Mbps, usually its around 1-2 Mbps for private proxies with a cost of 2$ per proxy per month. So count yourself if that would be 1Gbps then it would cost You a fortune. Again what I said before, You are adding...
  38. lokiys

    Keyboard emulations does not work as human would type

    Here I was playing around with this site https://10fastfingers.com/typing-test/english really wanted to make some funny stuff, but it was not possible because when I tried to get maximum word count I could not. This site somehow knows that You do not type words. Basically, I have entered all...
  39. lokiys

    I am looking for a faster way to check the status code of exist links

    If You mean http request then its all that you can get. You can not check anything after than requested server returns result for You, this is not up to You. Exact speed will vary from link to link obvious. If Speed is too low then You just need to add more servers and run with more threads...
  40. lokiys

    Discussion - new version 7.1.6.0

    Would You give discounts for updates if that would be your bet? And then expect all users just wait when updates will be there an buy them only at this time, okay I'm exaggerated a little bit, but I'm sure 90% would wait for discount period, what again leads to Your marketing strategy. ZennoLab...
  41. lokiys

    Parse bold

    This is only possible if You Copy and Paste this text around, with help of C#, or of course in HTML, if both websites support html
  42. lokiys

    Text formatting to have the same as on my word file

    Unfortunately, there are no ready-made tools to do what you ask, as formating ways are different in different pages. What I can suggest keeping formating is look onto copy to clipboard and then paste into your needed page, it should preserve formatting as well.
  43. lokiys

    Please refund me

    Have You asked to cancel Your subscription? If yes and it still charging You then please write a ticket with your concerns http://helpdesk.zennolab.com/
  44. lokiys

    Scraping within apps

    I'm not sure, but if You can get HTML from elements then You can get HTML from the element body that in general should contain ALL page source.
  45. lokiys

    ajax error.

    You are right, I got this error as well. ITs worth looking at this @VladZen as it returns client-side problems - 403 error
  46. lokiys

    Как заставить работать Spotify через Zenno 7.1.7.1?

    https://zennolab.com/discussion/threads/cannot-open-spotify-web-player-help.42655/
  47. lokiys

    ajax error.

    Hi, where do you get this error?
  48. lokiys

    Select + Keyboard Emulation Code Help

    This will be correct way to press enter key instance.SendText("{ENTER}", 15);
  49. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hello, sorry training is not anything ready-made. It's one to one over Teamviewer. So it's like individual coaching, by your level of knowledge, therefore it's not possible to share other people's training sessions. Thanks
  50. lokiys

    Lsit Processing : Delete Lines Matchin Regex Insensitive Match

    Hi. How about googling it? - "case insensitive mode regex c#" - The first result gives this (?i)dad.*