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

  1. lokiys

    instance.UseTrafficMonitoring = true;

    But when I take traffic var traffic = instance.ActiveTab.GetTraffic(); it always shows 0 items. When using instance.UseTrafficMonitoring = false; There are items but i need response body. How to get that? I can see my needed traffic item in the traffic monitor but i can not get it in my...
  2. lokiys

    Bugs in version 7.7.3.0

    Hangs like this. With error: Failed to process the profile: Object reference not set to an instance of an object.
  3. lokiys

    Bugs in version 7.7.3.0

    nop, there is nothing about space. https://i.imgur.com/Rgtluqh.gif actions are added randomly near highlighted, or below or above. I see that this change, when i tested with only pause actions, they acted like adding pasted action near the group. When i took list processing action and tried to...
  4. lokiys

    Bugs in version 7.7.3.0

    Opening google docs in chromium always hangs all PM. Hangs for ~2 minutes, then loading turns blue. CEF works fine.
  5. lokiys

    Bugs in version 7.7.3.0

    Did not helped
  6. lokiys

    Bugs in version 7.7.3.0

    Nothing changed. Everything still works as in gifs.
  7. lokiys

    Bugs in version 7.7.3.0

    On one page I click on view invoice and in CEF it opens the pdf file in pop-up window with such url. It sure works in Chrome browser as well. Only Chromium displays nothing.
  8. lokiys

    Bugs in version 7.7.3.0

    I have this ticked by default. In older versions, it always worked line. Copy any cube and then go to needed place highlight cube and then paste and copied cube would be copied right below highlighted. Now it works (sometimes) like I say and sometimes it works like it adds a copied cube not...
  9. lokiys

    Bugs in version 7.7.3.0

    @VladZen do you see this? It messed all my workflow. :dy:
  10. lokiys

    How to get all data from list, then save to variable

    There you are. Merge list items.
  11. lokiys

    Need to change emulator parameters randomly and automatically

    Have you already tried to change settings available in the program? There are a lot of things to try, like phone model, imeis etc. Do you create new virtual machine for every new account creation?
  12. lokiys

    Bugs in version 7.7.3.0

    Chromium does not load such page: blob:https://website.com/ggggggg CEF does work.
  13. lokiys

    How to determine "Not Weekend"?

    I was thinking the same, but if you do just one value, it works. "{-TimeNow.DayOfWeek-}!='Saturday' " so i guess it has something to do with && operator there. BTW shouldn't all those variables starting with {- be a string, anyway?
  14. lokiys

    Fiverr captcha help: click & hold

    Hi, and welcome. :-) There are drag-and-drop functions that should work. Have you tried them?
  15. lokiys

    Multithreading

    Do you delete the account from the file after it's taken?
  16. lokiys

    Multithreading

    Have professional version of the program to use multiple-threads: ZennoDroid — ZennoLab
  17. lokiys

    Authorization keys in POST header

    Look in api documentation how browser is sending this request. Or if that's not api then you have to check this request in traffic monitor or using programs like fiddler. I guess you have this formed wrong as usually its like, Key: Value pairs.
  18. lokiys

    If Logic Help

    Hi, are you asking about the Code Creator? I don't think this is anywhere up to date. About if action, did you look for example projects on zenno homepage? Any action like click or enter text in field have red dot as exit. If you connect next action to this red dot, then whenever error...
  19. lokiys

    Bugs in version 7.7.3.0

    1. Copy any action - ctrl+c 2. Highlight any other action 3. Press ctrl+v for paste 4. Action gets added above highlighted action and not bellow like it was in previous versions
  20. lokiys

    Is there any way I can read the latest log?

    You can get a program path with this code: https://zennolab.com/discussion/threads/determine-wether-project-is-running-in-zennoposter-or-projectmaker.110498/post-732748 Not sure what you mean with reading them at the source. You can make your own logs sure, just make a list and save whatever...
  21. lokiys

    How to set the value outside of <> in the operation editor

    Sorry, not sure I understand what you ask. What is edit controller? 33333 is probably a value or innertext of that element.
  22. lokiys

    Random birthday settings

    @VladZen another page with shadow dom elements that can not be found. @rakija only suggestion for now i can give is using keyboard emulation action, to move from password field down to MM field and enter this way. Zenno cannot work with shadow dom elements
  23. lokiys

    Random birthday settings

    Hi, man you have to select each element separately. By your image you have selected all 3 fields, that's why it is not working. Find month, day, year field and set them with values. You can try using element tree if those fields are hard to select. What is page URL?
  24. lokiys

    Run cube by Id

    It sounds like a perfect solution, but it's not. If you say any cube can fail, then something is wrong with your global logic in the project. You fix that beforehand. Also, for every error, there are different solutions. Sometimes the button does not load and you have to reload the page...
  25. lokiys

    Run cube by Id

    Bad End is for bad END and it executes just once. If you'd like to re-run a specific cube, you can use a logical if action and make it run x times.
  26. lokiys

    Determine wether project is running in ZennoPoster or ProjectMaker

    You can save variables in profile file, maybe that helps. So you can load different profile when you run in PM. You can also get program path and then regex what program name is: return AppDomain.CurrentDomain.BaseDirectory;
  27. lokiys

    Is there a way to get static files with another proxy or without?

    That's weird. Are you sure that's because you disable images and not because you use outdated user agents?
  28. lokiys

    Bugs in version 7.7.3.0

    Correct. Only an open project directory does this. Save as bring the window up as should.
  29. lokiys

    Running ActiveX Control / COM Components

    section 14.5.1. Code Examples show examples for C#. There are open source projects where you can get .dll files which you can connect to your zenno projects using Own Code ==> GAC References and use functionality in zenno.
  30. lokiys

    Determine wether project is running in ZennoPoster or ProjectMaker

    Hi, what do you mean projects running in poster or PM? We create projects in PM and then run in poster.
  31. lokiys

    Is there a way to get static files with another proxy or without?

    You can disable image,css etc loading at all. https://zennolab.atlassian.net/wiki/spaces/EN/pages/924451321/Browser+settings Or you can use a traffic monitor to block some big js files from loading, if they are not required for what you are ding.
  32. lokiys

    Bugs in version 7.7.3.0

    Tell me more please, as it happens in PM only. Just checked two other progs and folders got opened correctly.
  33. lokiys

    Bugs in version 7.7.3.0

    Folder exactly opens in PM background that's the problem.
  34. lokiys

    Bugs in version 7.7.3.0

    Any ideas on how to fix this?
  35. lokiys

    Bugs in version 7.7.3.0

    No, there is, and it actually worked a while back. Not sure, maybe url has changed. But there it is. https://zennolab.atlassian.net/wiki/spaces/EN/pages/1785037096/Setting+up+a+Google+spreadsheets+connection I'm on Win 10.
  36. lokiys

    Bugs in version 7.7.3.0

    Right click on the template and open project directory option. Does not open folder but open it like this. Just in background. No folder opened.
  37. lokiys

    Bugs in version 7.7.3.0

    Is there any fix planned anytime? I think this bug is there as long as I am. :D
  38. lokiys

    data scraping on a full javascript site?

    Hi, what do you mean you can not right click?? If you want to inspect element t in the PC browser, then click F12. If you want to inspect in Project Maker, then just right click and then element tree or action designer and work with elements from there. I have checked its complex site, but...
  39. lokiys

    How to select gender in this case?

    Use an action designer to find element search criteria and make a click.
  40. lokiys

    Bugs in version 7.7.3.0

    Redirects to RU documentation.
  41. lokiys

    Bugs in version 7.7.3.0

    This link leads to zenno homepage. https://zennolab.com/en/
  42. lokiys

    I need help

    Hi, about combining into one account please open a ticket there: https://helpdesk.zennolab.com/en-us I'm not 100% sure how licensing works and what happens if you install two tools each from a different license. Maybe this is a problem. @VladZen will give you more exact answer about that. 8-)
  43. lokiys

    Работа с Exel таблицей через C#

    А почему не работайте с zenno таблицам? https://zennolab.atlassian.net/wiki/spaces/RU/pages/534052972
  44. lokiys

    How to get the current proxy IP and save it? Get request not work

    You can get any data from a page by scraping pages DOM. Or use action Parse Data.
  45. lokiys

    Any way to make filter of new posts

    Thanks @nicanil for workaround, but i think this filter should be fairly simple to enable somewhere in the forum admin area. Because I can already see only English side posts on this small widget on the front page:
  46. lokiys

    Is there any way I can read the latest log?

    Hi, All zennoposter logs are at: C:\Program Files\ZennoLab\EN\ZennoProjectMaker V7\7.7.1.0\Progs\Logs Your path can be a little different based on your zenno version and program type. But it should be pretty similar. But you can also use your own logs. Just make a file where you enter logs and...
  47. lokiys

    Any way to make filter of new posts

    Is there any way to make a filter to divide the Russian side and the English side New Post? I'm willing to help users on the English side, but this is pretty complex when i have to scan ALL new posts and 90% of them is from Russian side. It takes most of my time to scan for new posts on the...
  48. lokiys

    Commissioned Projects in ZennoPoster

    There is not much zennolab per se can do. They do not monitor or any other way interact with sellers and buyers. Is this user in the forum? Mind tagging him? Sometimes putting info out in public helps the seller to understand that he did bad with his clients and resolve this problem.
  49. lokiys

    Profile save folder

    It should save some data automatically as you browse, but I suggest you save profile folder with action at the end of work as well. Make sure that profile folders are not ideal for now, for example, you can not transfer them to a different PC and work with same profiles.
  50. lokiys

    Commissioned Projects in ZennoPoster

    I'm sorry to hear that, but Why you have waited that long? You had to take action as soon as he refused to deliver. You always have to make a deal with your developers about deadline. I would suggest posting a thread with tagging who exactly this developer was. I would also welcome some...