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

  1. lokiys

    how to use keyboard emulation -DOWN in this case?

    Yeah, need page itself. Send url where its possible to see the form.
  2. lokiys

    how to use keyboard emulation -DOWN in this case?

    Create loop with counter. So it will repeat as much as you set the counter.
  3. lokiys

    project execution error on projectmaker and zennoposter

    You have an error somewhere else in your template. It just tells you there is an error to run this action. To find exact action that is stopping you from continuing, just right-click on error in logs and copy ID of action. then Press CTRL+F paste error ID there. It will lead you to exact error...
  4. lokiys

    Wait for element to appear

    Hey guys, @Pierre Paul Jacques @mdk - Like krisdos already mentioned, make a loop. Workflow: 1. Click element 2. Connect pause action to red dot of click action 3. Add counter and increase by one 4. Check if the counter does not exceed pre-set value 5. Loop back in to Click action Read about loops
  5. lokiys

    How to click the select button

    Example
  6. lokiys

    How to click the select button

    Hi, if this is select field then you can use SET ==> value. And value will be a option number. Not really possible to answer from video...
  7. lokiys

    Oracle website cannot be loaded correctl

    Opens fine for me. Try using Chromium browser engine.
  8. lokiys

    Need Help with Regex

    Have you tried to use Regular Expression Tester
  9. lokiys

    Actions - long execution

    Hi, yeah some pages have some weird loading process. You can report such a website to https://support.zennolab.com/ Meanwhile all I can suggest is using C# actions for those places, where you have control over - if wait loading fully or not, and use logic where you wait for some element to...
  10. lokiys

    Cannot get the initial profile

    Hi, support is available for working days.
  11. lokiys

    ChatGPT Not Working

    What exactly is the problem? Just checked and it seems all works fine.
  12. lokiys

    Permission

    If the template developer has locked his work, (as it looks by error message) you cannot open it and edit.
  13. lokiys

    Process only unseen email messages

    Got a need to process only un-read email messages. But when downloading un-read messages i find out that unread flag "ckx-imap-seen" is already set as YES. Tried bulk download method and standard one and both returned the same way. Is this email server issue, or zenno?
  14. lokiys

    To send a message to my email or cellphone or another location?

    Probably only client access. Write a message to ZennoLab and request Client access on forum...
  15. lokiys

    Need help use post request

    Hi, when you execute this request on their page, you can see what headers they send. Just use same and you will get same result...
  16. lokiys

    To send a message to my email or cellphone or another location?

    Hi, sending email snippet there.
  17. lokiys

    Scraping to retrieve the city of an IP proxy

    There is a json action Data ==> Processing JSON/XML
  18. lokiys

    Scraping to retrieve the city of an IP proxy

    Try: ip-api.com/json And use GET request instead of browser.
  19. lokiys

    Where to look for downloads?

    Hi, two ways. Either set download location by yourself with Browser ==> Settings ==> Download directory Or just pick the file up from original download location by path in variable: {-Page.LastDownloadedFile-}
  20. lokiys

    [Help] JS snippet to get project variable

    Your initial code shows this: document.getElementById with ID value of T2Ybvb0 which is identical to action designer Nevertheless, to say this Id - "T2Ybvb0" looks dynamically generated, which means it will fail next time you run it. No argument Google is a complex page. You should expect...
  21. lokiys

    [Help] JS snippet to get project variable

    Hi, not really sure what are you trying to achieve. Why using javascript at the first place? Use action designer for filling fields
  22. lokiys

    Profile access issue - only 1 instance can run

    Hi, not sure i understand what is your question. 1. Yes, the same profile folder can not be used in multiple threads at the same time. 2. If you want to use the same account in multiple threads simultaneously, then you have to generate more than one profile folder and use them separate. 3. If...
  23. lokiys

    GET and POST request advice please

    User-Agent is part of request headers. Postman also sends it. Its something like: PostmanRuntime/7.29.0 or similar.
  24. lokiys

    GET and POST request advice please

    First line should be useragent in action. Please read it.
  25. lokiys

    GET and POST request advice please

    Obviously something is different. As you get code 404 - Not Found back Investigate what exactly the postman sends and what exactly zenno sends. Maybe some headers are wrong or something. Also, as I see, you selected to load only headers. You probably need Content only. Use Fiddler or some...
  26. lokiys

    GET and POST request advice please

    Your showed error is not from GET action but from some other C# action. Double click this red x in error and you will see highlighted C# action with this error.
  27. lokiys

    I need help processing text strings

    For JSON there is Data =>> Processing JSON/XLM action.
  28. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hey. Thank You for interest. Skype: llookkiiyyss Lets learn...
  29. lokiys

    scrape urls from xml site map

    Hello. Just use regex. Data ==> Text processing ==> Regex
  30. lokiys

    Change file encoding

    You can not just copy any code anywhere and expect it to work, man. You need to change it as per your requirements. This is the code needed for you, but you still have to change variables to yours. I have not tested though. using (StreamReader reader = new StreamReader(inputFilePath...
  31. lokiys

    How to secure API request with Zenno?

    It depends on app authorisation type. Usually when you do a POST request to login endpoint with username and password parameters, you get a response. That's where your token should be. Usually in the HEADER. Then you have to scrape it out and use in your future requests.
  32. lokiys

    How to secure API request with Zenno?

    Not sure i understand right. API endpoints are usually in website backend, thats where it is secured in some way. That's not zenno task at all.
  33. lokiys

    Change file encoding

    Yep there are some results. ex. c# - Change Text File Encoding - Stack Overflow
  34. lokiys

    How to create a remote question to Mysql?

    Databases
  35. lokiys

    Problem with browser selections when Zenno starts a project

  36. lokiys

    Using chrome profile on different PC

    Sites can save a variety of data in cookies, local storage, etc. This is not a static thing. Sites can track whatever they want, and can see if you use cookies on the same machine or different, (if they want to)
  37. lokiys

    Using chrome profile on different PC

    You can not copy/paste a whole folder. You can export cookies and import onto other PC.
  38. lokiys

    Chrome vs Chromium for classifieds/threads posting

    CEF will eat fewer resources than chromium.
  39. lokiys

    instance.UseTrafficMonitoring = true;

    @VladZen same issue with different page, only this time disabling traffic window does not help... Any ideas?
  40. lokiys

    I have been waiting for 2 days. I have sent 5 6 emails without any reply

    My suggestion is if your question is not about individual problem, then use forum section Questions to ask it. Otherwise, you can wait when your ticket will be processed in queued fashion. Could be clog after the weekend. Cheers
  41. lokiys

    I have been waiting for 2 days. I have sent 5 6 emails without any reply

    Hi and welcome, but what are you talking about? I not see you have asked anything else than two same questions in different languages. Feel free to use the forum for questions. Or if you have sent something in the ticket system, then just wait for an answer, there was weekend...
  42. lokiys

    Good computer : more than 100 threads ?

    Your template obviously is very simple.
  43. lokiys

    Good computer : more than 100 threads ?

    I don't think you can build stable server to run over 100 browser based threads. Bots will better work spread out to more than one server and running fewer threads.
  44. lokiys

    How to update licence?

    Try uninstalling and deleting all files and folders from Program files and Appdata.
  45. lokiys

    I need help processing text strings

    Hi, Data ==> Text processing and Regex then select to get All and then select list.
  46. lokiys

    I need help processing text strings

    Hi, You can use action Data ==> Text processing and Regex. Use this regex \ (\w+) and regex in list. Now your list will contain only words. Then you can use List Processing action and Merge List items. This will join all words from lost into one variable and you will have your needed format of...
  47. lokiys

    Discussion - new version 7.7.4.0

    Guys, in almost 6 months (last version release as Dec 21, 2022) you could add 3 features? Very poor update. o_O
  48. lokiys

    Ordered Twitter accounts with auth_token.

    Correct answer you can get only by making bot and testing. But a lot more threads with requests than with browser, that's for sure. Other than that, it's not possible to answer.
  49. lokiys

    Folder profile : less weight ?

    There is. You can export just cookies and save them. Use C# code: return instance.GetCookie("google.com", true); And replace google.com with a domain you want cookies from. You still have to test it how it works with your site as this is not full profile where those cookies were used and...
  50. lokiys

    Ordered Twitter accounts with auth_token.

    We usually use tokens for API requests. If you want to use a browser-based approach, you need cookies. You can try inspecting twitter cookies and see if you can somehow build up them with your auth_token.