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

  1. 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
  2. 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 ?
  3. 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 ?
  4. 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...
  5. 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
  6. 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
  7. 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...
  8. 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 ...
  9. 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...
  10. cherubin

    How to select/click this Burger Menu of Highcharts ?

    Hi, I would like to download images of the burger menu present on the highcharts graphs like this one : https://www.highcharts.com/demo/line-ajax However Zenno doesn't succeed. I tried this : Or this But it failed. It seems we must first click on the burger menu, then the div of the menu...
  11. cherubin

    I don't find how to subscribe OneYear Renewal offer

    Hi, Following the anniversary offers https://zennolab.com/discussion/threads/zennolab-11-years-birthday-sale.64493/ I don't find how to get the renewal offer for Zennoposter Pro. Maybe i misunterdand something ?
  12. cherubin

    Xpath working on browser not in zennoposter

    Hi, I want to use the following xpath to scrap content in web page however it doesn't work in Zenno. //text()[not(ancestor::select)][not(ancestor::script)][not(ancestor::style)][not(ancestor::noscript)][not(ancestor::form)][string-length(.) > 10] Do you know why ?
  13. cherubin

    How to save ugly (no properties) JSON to table ?

    Hi, I have a JSON, provided by an API that i don't manage, like this : { "status":"ok","query":"big keyword","content":"my text query to analyse according to query", "lang":"fr_fr", "blue":[["Keywords 1",5.0698141096857,5.1469482471082],["Keywords...
  14. cherubin

    Why download are really slow when i specified download folder in Zennoposter

    Hi guys, I extract some data by download files from browser. So i specified "Download To" folder. However by doing this, donwloading is really slow for each item (between 1-5min) whereas if i let the {-Page.LastDownloadedFile-} which is the trash in the program files zenno poster, it's classic...
  15. cherubin

    Split Big Text in several under 3000 characters but cut at sentences

    Hi, I'm looking for a solution to split an article in several texts which must be under 3000 characters but i would like to keep sense, so i need to cut the text logically at the end of a sentence. So how could i count the number of characters of a text, and then split it with my 2 constraints...
  16. cherubin

    Use Zennoposter to call an API like with CURL PHP

    Hi guys, I would like to know how i could use zennoposter to call an API which works with curl. I am not a webdevelopper, so i must be a newbie question... I think the HTTP option, POST & GET could be helpfull but how do that ? Here it's the documentation : /api/guide POST - launch an order...
  17. cherubin

    Buy Template Web Profil Creation

    Hi guys, I search a zennoposter master who can create several template for me. It will be web profil creation template for website like : http://www.doyoubuzz.com http://fr.viadeo.com/fr/profile/ https://pt.slideshare.net/
  18. cherubin

    Launch video in webpage not in source code only in traffic panel and download it

    Hi, I would like to download private video hosted at Vimeo. In the website where there are listed, there is a front player which hide the url of mp4, however when we launch the video, we could find the mp4 url in the traffic panel of zenno. So, how could i do to download thus videos ? The...
  19. cherubin

    How to calculate Age from Birth Date

    Hi, I would like to have in a value the age calculated from a date. How can i do that? I tried {-TimeNow.Date-}-{-Variable.BirthDate-} but it doesn't work. Thanks
  20. cherubin

    Browser settings (useragent, http header, plugins, flash version...)

    Hi, I would like to know if it's possible or planned in zenno developpment to manage theses browser settings sent when you visit a webpage. Examples of the datas i would manage : User agent"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87...
  21. cherubin

    Buy Master Template of Profil Creation

    Hello, I need a zenno expert to create a Profil Creation Master template. The idea is to create first profil (name, first name, email, password... with email creation too) then use theses infos to register in profil website. I made a little mindmap to show you what i have in mind :)...