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

  1. cherubin

    Copy and paste

    Hi, Did you find your solution ?
  2. cherubin

    Is there any way I can read the latest log?

    Hello @lokiys is there a way to write the log given by zenno instead of read them at the source ? And do we have a system variable to get the path of the Zenno Install ?
  3. cherubin

    Создание PDF документов (new!)

    Yes, but you have to first create a html file and then use whkml2pdf
  4. cherubin

    How to send file through POST request in Zenno ?

    Thanks for helping Did you tried with my template file ? Because the real url to use is the following : https://api-adresse.data.gouv.fr/search/csv/ (and the doc of the api is here https://adresse.data.gouv.fr/api-doc/adresse#csv-search doesn't seem complicated in theory)
  5. cherubin

    How to send file through POST request in Zenno ?

    Here the template, just the part with the POST is failing.
  6. cherubin

    How to send file through POST request in Zenno ?

    What keyword did you use ? I don't know any russian words. I find thanks Google & ChatGPT some solutions with C#, however i thought the POST action was designed to manage that kind of thing. But i don't succeed. And i tried multipart as file since the begining, without success, so i tried...
  7. cherubin

    How to send file through POST request in Zenno ?

    So nobody has an idea to succeed that ?
  8. cherubin

    How to send file through POST request in Zenno ?

    If i convert the CURL code in C# i have this : // In production code, don't destroy the HttpClient through using, but better use IHttpClientFactory factory or at least reuse an existing HttpClient instance // https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests //...
  9. cherubin

    How to send file through POST request in Zenno ?

    Hello, I would like to do the same API call than with CURL, in Zenno : curl -X POST -F [email protected] -F https://api-uploadcsv.com/search/csv/ How can i do that with the POST action ? Thanks
  10. cherubin

    Feed site - not load

    Edit : the issue came from a side block.
  11. cherubin

    Where I get download files that I click?

    It seems this update fix the issue : https://zennolab.com/discussion/threads/zennoposter-7-7-1-0-chromium-99-o-profile-folder-conversion-o-visual-studio-2022-support.104913/
  12. cherubin

    Connection Issue or IP Blocked

    That's ok now ! I remove the hardware and put it again (it's the same but whatever) and now it works :) Thanks @VladZen
  13. cherubin

    Connection Issue or IP Blocked

    Hello, i tried to reinstall zenno on the previous install and i have this issue : On my others computers, no issues
  14. cherubin

    How to set timeout for action

    Hello, I'm not sure to understand the logic here, it seems to be in an infinite loop. If the action is Ok, it come back to the action again and again, and if not it goes to timeout.
  15. cherubin

    Connection Issue or IP Blocked

    Hi @VladZen it works on another computer but not the one with the issue. I don't find the unblock request option.
  16. cherubin

    Connection Issue or IP Blocked

    I have that screen :
  17. cherubin

    Connection Issue or IP Blocked

    Where is this option to unblock IP adress ?
  18. cherubin

    Connection Issue or IP Blocked

    Hello, I can connect into zennolab user area, so it's seems my IP is ok. About other programs, i never have the issue before but it will be complicated to shut everything just to run Project Maker -_-
  19. cherubin

    Connection Issue or IP Blocked

    Hello, I have an issue when i open project maker, but i deactivate all firewall or similar. what could be wrong ?
  20. cherubin

    URGENT - Table stops working all of a sudden

    Thanks @VladZen it works !
  21. cherubin

    URGENT - Table stops working all of a sudden

    Here the setting of the action, really basic. The table the datas I also don't know a way to keep header line in a table/excel file
  22. cherubin

    URGENT - Table stops working all of a sudden

    Hello, i'm using this topic because i have same issue. I bind a .csv to a table, then i remove the duplicate. Until here it's ok, then i add a table processing block to remove a column and that's the moment where i have the issue. However, what is weird, is that the column is well removed...
  23. cherubin

    How to use correctly the scheduler in zennoposer ?

    Ok, i understand. Would be a nice feature to have the option to run it 1 time per day without playing with this option. But the most important, i discover thanks to you the Schedule debugger !
  24. cherubin

    [BUY] website list using google analytics (builtwith/wappalyzer/similarweb databases)

    Hello, what do you want to do ? i have several website using GA but i don't understand your cookie farming
  25. cherubin

    [KOPEECHKA.STORE] – A unique mail activation service. Less costs – more results

    Hi, can you make bills ?
  26. cherubin

    How to use correctly the scheduler in zennoposer ?

    Hi, I have a template that i would like to run every day, one time, at 7 AM. I did this, but it runs every 2 min. The template is really simple, without any loop. So, how can i do this in the right way with zenno scheduler ?
  27. cherubin

    Создание PDF документов (new!)

    Hello @Radzhab I have the following issue, do you know what could be wrong ? Edit : sorry for the double post.
  28. cherubin

    How to add variable into C# block?

    Thanks @Phoenix78 Now the issue is different -_-
  29. cherubin

    How to add variable into C# block?

    Hello, I have similar issue with variables in C# code. Process p = new Process(); p.StartInfo.UseShellExecute = false; p.StartInfo.CreateNoWindow = true; p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; p.StartInfo.FileName =@"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe"; // Путь к...
  30. cherubin

    Создание PDF документов (new!)

    Hello, how do i have to use the variable in this code ? Process p = new Process(); p.StartInfo.UseShellExecute = false; p.StartInfo.CreateNoWindow = true; p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; p.StartInfo.FileName =@"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe"; // Путь к...
  31. cherubin

    ZP Can't Make Full Screenshot for Long Web Pages

    Thanks @VladZen i also found this topic https://zennolab.com/discussion/threads/can-zennoposter-take-screenshot-of-a-webpage-element.92167/post-616257
  32. cherubin

    ZP Can't Make Full Screenshot for Long Web Pages

    Hello, how do you use "CaptchaSaver " ?
  33. cherubin

    How to upload a file and get the POST response which is a file to download ?

    Hi, I would like to automate the upload of .html files to a web service, which process the file uploaded and directly answer with the download of the processing file. But i have several issues : - upload file doesn't seems orking well. I specified the path of the file to upload, but it...
  34. cherubin

    ALT GR combinaison doesn't work > no symbol as @ or | or {

    Hello, What is weird is i have no issue to put the symbol in config box, zenno action item, etc. Just on webpage. And it's on any website, Google for example, or whatever. I could do a screenvideo but will it helps ? My keyboard is a french one like this one :
  35. cherubin

    HIGH-QUALITY 5G & 4G MOBILE PROXIES | USA (New York and Texas), Germany, UK, Austria, and Israel | 5-DAY FREE TRIAL | FAST | RAW | UNLIMITED DATA

    Hello, i see you have an API. So it could be integrated directly in zennoposter ?
  36. cherubin

    ALT GR combinaison doesn't work > no symbol as @ or | or {

    Maybe @VladZen or @lokiys have an idea about this issue ?
  37. cherubin

    DSLRoot.com - unique IP solution for your needs.

    Hi, How many IP can we use with your service ? If the ip is banned by Google, you add new ones ?
  38. cherubin

    ALT GR combinaison doesn't work > no symbol as @ or | or {

    Hi, I have an issue with the last Zenno version. When i'm recording on a form, i cannot use "alt gr" symbol option. It doesn't work. So, no @ or | or { etc. Windows 10 Pro updated
  39. cherubin

    Temporarily exclude resources/url from a page

    Perfect. Thanks for the help on this and the last link of the documentation, i don't have it.
  40. cherubin

    Temporarily exclude resources/url from a page

    Hi guys, I would like to block some urls or ressources of a webpage, and then have the possibility to reactivate them. How can i do that with Zenno ? Thanks
  41. cherubin

    Is ZennoDroid Only work with Memu?

    Hi, Is it planned to permit other emulator ? Because Memu is cleary not the best one...
  42. cherubin

    Utilisateurs français de zennoposter

    Le discord je suis dessus, faut juste que je pense à y passer . Le groupe FB je le connais pas, tu pourras me l'envoyer stp ?
  43. cherubin

    How can i check the quality of image with Zenno ? Only HD/Good Quality Photo

    I found this here https://zennolab.com/discussion/threads/getting-the-image-size.18667/#post-119898 https://zennolab.com/discussion/threads/kak-poluchit-razmery-foto.49056/ https://zennolab.com/discussion/threads/vozmozhno-li-poluchit-metadannye-exif-izobrazhenija.80954/...
  44. cherubin

    [buy]

    Tiens, quelqu'un s'y ait mis si jamais tu n'avais pas vu https://2captcha.com/fr/p/rotatecaptcha
  45. cherubin

    Utilisateurs français de zennoposter

    Hello, any news of french version rostonix ? I/We could help for translation. wildjack tu as créé cette communauté quelque part finalement ?
  46. cherubin

    How can i check the quality of image with Zenno ? Only HD/Good Quality Photo

    Hi guys, I'm searching a way to scrap only High Resolution or Good Quality photos/images with zennoposter. - weight ? how can i have this info ? - dimension ? how can i get the height and weight that i see in element properties ? - use a third party like an api to check the quality ? i don't...
  47. cherubin

    How to clean/reset several or multiple variables in one time ?

    Hi, @mta yes, that's i used until now but when you have 50 variables to reset it's not optimal. Thanks @LightWood i will try it and your other solution too : project.Variables["NameHere1"].Value = ""; project.Variables["NameHere2"].Value = ""; project.Variables["NameHere3"].Value = "";
  48. cherubin

    How to clean/reset several or multiple variables in one time ?

    Hi, I would like to clean my own variables at the begining of the template, and do that each time to have a clean fresh start. I know how to do it with variable processing snippet, but when you have dozen of variables it's not optimized. So, does it exist a "master option" to clean them all ...
  49. cherubin

    Does it exist an easy way (no C#) to convert iso-8859-1 to utf8 without BOM ?

    Hi, I'm looking for an solution to convert text or table/list content from iso-8859-1 to utf8 no bom. I found theses topics however it seems all use C# or the template made by Rostonix but it's a lot of elements just for converting. Maybe the new zenno version include latin converter somewhere...
  50. cherubin

    How to select/click this Burger Menu of Highcharts ?

    I found a part of the error, if you use Firefox it doesn't work instead with Chrome it's OK