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

  1. lokiys

    Fiverr captcha help: click & hold

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

    Multithreading

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

    Multithreading

    Have professional version of the program to use multiple-threads: ZennoDroid — ZennoLab
  4. 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.
  5. 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...
  6. 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
  7. 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...
  8. 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.
  9. 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
  10. 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?
  11. 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...
  12. 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.
  13. 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;
  14. 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?
  15. lokiys

    Bugs in version 7.7.3.0

    Correct. Only an open project directory does this. Save as bring the window up as should.
  16. 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.
  17. 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.
  18. 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.
  19. 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.
  20. lokiys

    Bugs in version 7.7.3.0

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

    Bugs in version 7.7.3.0

    Any ideas on how to fix this?
  22. 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.
  23. 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.
  24. 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
  25. 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...
  26. lokiys

    How to select gender in this case?

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

    Bugs in version 7.7.3.0

    Redirects to RU documentation.
  28. lokiys

    Bugs in version 7.7.3.0

    This link leads to zenno homepage. https://zennolab.com/en/
  29. 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-)
  30. lokiys

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

    А почему не работайте с zenno таблицам? https://zennolab.atlassian.net/wiki/spaces/RU/pages/534052972
  31. 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.
  32. 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:
  33. 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...
  34. 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...
  35. 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.
  36. 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.
  37. 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...
  38. lokiys

    How to solve this captcha?

    No idea what could be the issue. Checked again, and it all seems fine. I have the same search criteria. Anyway, i have attached my example with two different ways to get this captcha, can you please test.?
  39. lokiys

    How to solve this captcha?

    Hi, find captcha element in Element Tree and mark as this is captcha. :-)
  40. lokiys

    memory leak

    Do I understand you right? You say you add clear cache and restart instance actions to your NO BROWSER projects and it helps you with memory leak?
  41. lokiys

    When pinging Google

    If you do that for the same website and with the same ip address, then there is no point to clean cookies. But if you are going to that URL with different proxies and you have different websites, then sure clean cookies and cache. On a side note, I would advise you to use GET requests and not...
  42. lokiys

    When pinging Google

    Hi, it's not clear what you are asking. Can you please explain in more details, please ?
  43. lokiys

    ZennoLab Assemblies Documentation links

    Where can I find up-to-date links to that? This is outdated as i understand and are not updated anymore. en:zennoposter:macros-documentation [ZennoLab]
  44. lokiys

    log, inspect, and alter HTTP(s) network requests and server data into Zenno

    Hi, This should help you: Traffic Window + C# methods to work with traffic
  45. lokiys

    Enter text faster

    Hi, no problem, asking questions is not begging for help. Feel free to ask as many as you like. :ay: Related to your question. Every action has this more tab, click it and select custom field emulation speed for each actin separate. You can also use @awzse00 suggestion but then you will set...
  46. lokiys

    Websockets arre not automatically closed

    Developers of the code are responsible for closing connections usually. You also dispose file stream, you dispose db connections, in any project you develop. this is not a bug. Below some docs about it. ex. FileStream.Dispose(Boolean) Method (System.IO) | Microsoft Learn ex. WebSocket.Dispose...
  47. lokiys

    element is not always found

    Hi, is your template works sometimes, then there are dynamic search criteria for those html fields. Try to use Action Designer instead of default recording to create your actions.
  48. lokiys

    How to send file through POST request in Zenno ?

    No man, I did not try. Please use a forum search. There are examples of posting files with requests. As well as google with sending files as post request.
  49. lokiys

    How can I extract all the content of the page

    Hi, You can scrape DOM, Source or page text. There is some documentation of how you can do that. Viewing page text - English Help ZennoLab - Confluence (atlassian.net)
  50. lokiys

    How to send file through POST request in Zenno ?

    Well, I can not answer what exactly is the problem with your task. Maybe this is related to the page itself. When I try to go to this url, it does not even load api-uploadcsv.com By uploading file and tracking this manually you can get more information with help of Fiddler. Thats how you usually...