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

  1. lokiys

    is there a way in case of fail of any action

    Not default options. You could develop some kind of internal logic for that though. Not an easy I guess.
  2. lokiys

    Can Get Post request be undetectable so that the website thinks it's a real browser

    Depends on websites antibot system. Websites can add some javascript, that generates some data, needed in your required get request, so that when you send GET request without that data, it will fail 100% With all that said, I'm not saying this is not possible to make, but it will be impossible...
  3. lokiys

    Add traffic monitor in ZennoDroid

    This would be nice one.
  4. lokiys

    Add C# methods

    No idea how this works, but it definitely does not return current page Elements:
  5. lokiys

    Add C# methods

    @VladZen can you please ? Methods.
  6. lokiys

    App gets closed automatically

    Hi, this bug is there in all versions, I have seen it, some other users have reported it? Is it anyway to fix this please ? In short app gets closed automatically at random point of work
  7. lokiys

    How to Parse data and store it in a table?

    Some docs about Regex there.
  8. lokiys

    How do I pay for getting a topic from Russian forum translated

    I think there are enough services, pages and people outside this forum who offer any translation services. At most maybe a thread with some contact info who offer Rus <==> Eng translation services. I agree time to time You can see users wanna read something on Rus side, but it is more than...
  9. lokiys

    I need not templates but services

    If You have an idea and You feel this is what's needed and will bring You good $. Why not develop it Yourself?
  10. lokiys

    Questions about Javscript in "Logic If" function

    Hi, you can not write javascript in Logical IF action. Logical IF If You want to write javascript then use javascript action. Custom Code ===> Javascript
  11. lokiys

    Bugs in version 2.2.4.0

    @VladZen still there in newest version. But looks better though. In previous version it happened always. Now not always. UPDATE: Still happens pretty often
  12. lokiys

    Bugs in version 2.2.4.0

    Is there any docs for methods available ?
  13. lokiys

    Ads in memu

    How this random thing should be fixed ?
  14. lokiys

    Bugs in version 2.2.4.0

    Nop one column with 10-20 actions disappeared from project. Everything else was ok. When I closed this template and opened it again, I sav for 0,001 second one action from that column, so it seemed it was there but hidden. Was not able to recover anyway.
  15. lokiys

    Bugs in version 2.2.4.0

    Whole lot of actions disappeared from my project. Like 10-20 actions ? ? ? ? ? ?
  16. lokiys

    Bugs in version 2.2.4.0

    Seems like some previous connections are remembered https://i.imgur.com/hWgscLe.gif
  17. lokiys

    Bugs in version 2.2.4.0

    Pretty often I see it like this. ITs normal size on memu
  18. lokiys

    Add C# methods

    When this version will be out, so I can develop for customers ? Little help if I can use methods just myself. :)
  19. lokiys

    Right click does not work in google (sometimes)

    gmail desktop with chromium Sometimes when I try to select element to action designer, it selects different element usually higher in screen. Basically making click at first arrow, it gets clicked at Thank You button. (Just showing how it works in google)
  20. lokiys

    Any Instagram templates to buy please?

    Zenno Store Buying, ordering templates | ZennoLab - Сообщество профессионалов автоматизации
  21. lokiys

    help to find word count in scraped articles

    Hi, Look - Snippet word count
  22. lokiys

    I need not templates but services

    I guess all depends on price you are willing to pay. All I see is if you ask like 100 whatsapp user spam, then I'm going to charge you for my developers work as well as service work. I see no other reasonable way. And I do not think someone will offer you business results, as this sounds like...
  23. lokiys

    Right click does not work in google (sometimes)

    As well as there is some problems with screen resolution or something.
  24. lokiys

    Add C# methods

    In userarea latest version is 2.2.4.0
  25. lokiys

    How to check if a variable is empty using an IF action

    Like this
  26. lokiys

    Any way to control where click happens

    Hellooooo ? ?? ? ?
  27. lokiys

    Chrome instance freeze v7.3.2.1

    Hello. @VladZen @nuaru @darkdiver Could You all please do something about this issue. It is open more than a year. As I have seen some little improvements, it is still very problematic case. More customers are coming and reporting me about this and asking for a solution. So from now on I will...
  28. lokiys

    Can't process text from variable in c#

    This is weird. it smells like some bug @VladZen please check, could not figure out as well.
  29. lokiys

    How do you run repetitive cubes?

    Big templates does not slow down your project. Sure more code is heavier template, but this is nothing You should worry about in zenno projects. Any option that works for You is good option. All 3 options You mentioned are good options. Pick one You feel the most comfortable and use it, do not...
  30. lokiys

    Issues after upgrade

    Ok, try this then. I would suggest using paths to project directory though, basically something other than program files. As this folder can make problems in general. var path = Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + @"\Resources\list_" +...
  31. lokiys

    Any way to control where click happens

    I have full mouse emulation enabled, and I use basic click action. he.Click(); The problem is that it getting clicked on this star and not opening email. It is fine to click anyplace on this whole selected element except this star. Element is selected he is in red borders. Anyway to control...
  32. lokiys

    Issues after upgrade

    var path = project.Path + @"\Resources\list_" + project.Variables["activeproject"].Value + ".txt"; So project.Path will give you project directory.
  33. lokiys

    Macros without suggestion

    Was not like that previously. And why is that, if this works fine: Macros.TextProcessing.Spintax("{Hi|Hello}"); Just no suggestion and no comments.
  34. lokiys

    Implementing C# code to zennodroid shared code

    Hi, this code is not complete.
  35. lokiys

    Macros without suggestion

    Hey, why those methods lost autocomplete and suggestion ? There is not any suggestions after Macros. as well.
  36. lokiys

    How to use zennobox sale API

    Hello, I would not suggest any coding project sales and management, if You are not sure what you are doing man. To answer your question. To work with any API first thing developers do is read API documentation, and then it all should be clear.
  37. lokiys

    How to deploy capmonster on rdp ?

    Any IPs starting with 192.168 is called internal IP addresses, and are never accessible from outside (web)
  38. lokiys

    Regex - nesting

    Hi, regex first chunk with your footprint. = Specjalizacje[\w\W]*?</li> Then take regexed data and push through another regex. = (?<=<li>).*?(?=</li>) Done
  39. lokiys

    during work on app randomly android goes to home screen

    @VladZen confirmed on my side as well.
  40. lokiys

    my script work fine in projectmaker, but it cannot work in the poster,

    Hi, sorry what was the question ? Maybe post in Chinese side of forum
  41. lokiys

    I have a few beginner questions for ZennoPoster, can you help?

    Hi, I'm sorry but it is not allowed to discus about other softs on this forum. You will have to do your own research and take a decision. English Help ZennoLab - Confluence (atlassian.net)
  42. lokiys

    I am still struggling to find a solution to block ads ?

    sure man. Content Policy. Traffic window - English Help ZennoLab - Confluence (atlassian.net)
  43. lokiys

    I am still struggling to find a solution to block ads ?

    Every ad is loaded on page doing GET/POST requests to ad server. If You find out what is such ad server domain/s then you can block them with using Content Blocker action.
  44. lokiys

    Server crash every 1-2 days after updating to new Chromium

    I have installed v7 as soon as it came out as test version, but experienced some problems and downgraded, so, please release version and I will test again. Again I told resource monitor was enabled for one server, and there were no any differences, so no help from that. I do not manage...
  45. lokiys

    Please fix this weird history

    Chromium. Normal profile I guess, one what is default
  46. lokiys

    Please fix this weird history

    This history stays after cleaning cookies and cache. Not only in google. As I remember someone told this is not seen by any site, but still I got lots of questions and mistrust from customers when I say that.
  47. lokiys

    Set Proxy not working

    If this is Your browser window AFTER You have set proxy then there is something wrong with Your proxy as it is not set. Proxy field empty. Are You sure proxy is working ? UPDATE: I actually just tried with fake proxy and it all should look like this. Of course it will not load any webpage...
  48. lokiys

    Set Proxy not working

    Hello and Welcome @mobadk ;-) Everything seems all right. Why do you think its not? If You say that this Remote Address does not match Your proxy this can be some rotating proxy, meaning, your Remote op will change every 15 min usually. OR this Remote address is Your direct IP ?
  49. lokiys

    How to close instances who are doing "nothing"?

    Man I have reported this problem in past, and its still not fixed. This is a bug.
  50. lokiys

    Nothing Happen when "Click Button"

    Hi, it is not possible to give any answer without seeing all 4 webpages. In short if this does not click that button and action gives an error, it means this button will have different search criteria. Try playing with action designer and element tree