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

  1. cherubin

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Not easy to change habits of the drag and drop you offered however i think i will finally succeed, with a little time.
  2. cherubin

    How to select/click this Burger Menu of Highcharts ?

    Amazing. Thank you man. I will try to understand how you find to do the first click, that's what i failed.
  3. cherubin

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Ok, so it opens a popin. So now we cannot keep it always open ?
  4. 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...
  5. cherubin

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Hi, how can we get back the left sidebar ?
  6. cherubin

    project.Variables are all string, how to declare it as int?

    Hi, So how to do that ? I never use C# module/code. I just need to put the following code : Convert.ToInt32(project.Variables["{-Var.Name-}"].Value); in c# and then record in excel ?
  7. cherubin

    I don't find how to subscribe OneYear Renewal offer

    I know it's not usual, however for the anniversary you could ;) for the 10 years you did :)
  8. cherubin

    I don't find how to subscribe OneYear Renewal offer

    Ok, sad. I hope to have a discount as last time, 70$ for 6 months update.
  9. 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 ?
  10. cherubin

    Xpath working on browser not in zennoposter

    I planned to update this evening to 7 but finally i'm doing it now, following the last amazing update we received ! But you already have the parse data option in 5.33. This xpath expression is built to scrap content of webpage without piece of script/code etc. Not perfect but closed to, like...
  11. cherubin

    Xpath working on browser not in zennoposter

    Your links are for C# only, no ? But now you have the parse data option by css selector or xpath, that's what i want to use.
  12. cherubin

    Xpath working on browser not in zennoposter

    So maybe a warning when using xpath expression without chrome could be good option. I'll test
  13. 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 ?
  14. cherubin

    project.Variables are all string, how to declare it as int?

    So no idea @lokiys for my issue ?
  15. cherubin

    project.Variables are all string, how to declare it as int?

    I parse a bad formated json file ( i posted here about it https://zennolab.com/discussion/threads/how-to-save-ugly-no-properties-json-to-table.63292/#post-451880 ) However i succeed to deal with but the data parsed are some time like this : 0.50031072108822885E1 0,45786 3.45784 So i replace...
  16. cherubin

    project.Variables are all string, how to declare it as int?

    Thanks for the clear as cristal answer. However that's really disappointing.
  17. cherubin

    project.Variables are all string, how to declare it as int?

    Hi, and could we convert the string to int in "classic zenno" and not for a C# template ? In order to record integer in a table for example
  18. cherubin

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

    I almost find a solution to organize the data, however i have an issue in order to round the numbers. I tried the own javascript module with this : var min = {-Variable.JS_Test-}; min.toFixed(3); But it's not working, so how can i do ?
  19. cherubin

    Accept orders for Zennoposter templates!!!

    Hi, do you still offer your services ?
  20. cherubin

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

    Yes, that's what i dit in the first place, but then, i don't know how to select all of the variables and put them in a table. Because variable processing offer to manage only one by one variable. So how do you do if you want to put all the "blue" items in a table? blue[0][0] = Keywords 1...
  21. cherubin

    template from version 7.0.2.0 to 5 .31.0.0

    Ok, thanks.
  22. 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...
  23. cherubin

    template from version 7.0.2.0 to 5 .31.0.0

    Hi, How do you upgrade to version 7 ? I don't find anything in my user area
  24. cherubin

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

    Nop, it's a local folder on the main drive C:
  25. 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...
  26. cherubin

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

    Ok, i understand better now. I thought you told me to do everything with a regex, the 3000 limit and the split by punctuation mark. In fact you do 2 actions, and i see now your point. Thanks
  27. cherubin

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

    Thanks for the links, however that's not only a text processing regex actions that i need i think. Or i don't know yet how to do that with regex.
  28. 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...
  29. cherubin

    Use Zennoposter to call an API like with CURL PHP

    Hello, i cam back. I tried again to use an api with Zenno and its POST module. However i don't succeed to received the data. Where do i must put info in POST module if i want to translate this curl call : curl -X GET -H "KEY: \$2y\$10\$Dq4ER1vZEUG54PqGYXghFeWQrpXVUF4QNBWKUfLj./nTfcAPEx9vi" -H...
  30. cherubin

    Use Zennoposter to call an API like with CURL PHP

    Hi, thank you for your feedback, i think i'm closed to succeed, however i have an issue with the key. The api respond there is an issue with it, so i believe i put it at the wrong place or in the wrong format but i don't how how to translate correctly the php code to POST zenno module...
  31. 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...
  32. cherubin

    ZennoPoster templates development [8 years of work experience, only positive feedback]

    Hi, i sent you a skype invite :)
  33. 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/
  34. cherubin

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

    You have also this one : https://panopticlick.eff.org/ and i use too https://amiunique.org/fp
  35. cherubin

    Download video from page

    I've tried the method of Tobbee however it doesn't work, i have a file of 1 ko...
  36. 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...
  37. cherubin

    How to calculate Age from Birth Date

    Amazing ! Thank you !
  38. cherubin

    How to calculate Age from Birth Date

    thanks for your answer. I never used C# in Zenno, so how i may adapt your script? Where to put the variable BithDate ?
  39. 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
  40. 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...
  41. 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 :)...