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

  1. K

    select a line and delete it on a form to modify

    Hello everyone, I would like to know how to delete a line that I previously wrote and saved in a form and then validated. I tried to select the zone and then click on "shiftup" with the emulation of the keyboard but it does not work. I noticed that there was also no "delete" key in the...
  2. K

    is there a way in case of fail of any action

    you can do that with "if" and "switch"
  3. K

    is there a way in case of fail of any action

    https://zennolab.com/wiki/en:logic
  4. K

    is there a way in case of fail of any action

    Yes you can check with "if" logic action. If True = continue if the result is false = retry Sorry i am not in my home, i can screenshot tomorrow if you don't inderstand.
  5. K

    How to run more than 3 threads and still make it work

    Hi, why did you create so many projects? can't you create a project from a list that selects a random choice and you launch 100 threads at the same time? for my case, it didn't work when I launched several projects because my lists were empty or a folder was not created, which crashed my script...
  6. K

    How to remove blank lines with ZennoDroid Variable.

    In text processing, you can choose "Trim" in selection bar. Insert your value in white square and select "trim". In result you can use the same value or New value.
  7. K

    Delete element

    What do you want to delete exactly ? Text in value ? Delete div in your website ?
  8. K

    Auto contact on website contact page.

    Yes it's possible. You can find email contact With website hunter.io you can create a template with your website list and you get the contact links. Then you send an email to the addresses you have collected.
  9. K

    path dynamic list bug ?

    Thank you so much @Phoenix78
  10. K

    path dynamic list bug ?

    Hello, I have a problem when I created my script for the first time it works but when I restart it, it no longer works. the script calls lists with a name of "value" example c://user/zenno/[value].txt the "value" is recovered during a scrapping. for example: "value" = Porsche so it must...
  11. K

    how to split a text by character numbers?

    If I had to do it personally I would have transformed the text into a list of words, then I would have created a counter that increments up to 300 (on each increment, I tell it to copy the word into a .txt file)
  12. K

    possible to reload variable in "IF" ?

    thank you @nicanil i try this edit : sorry i didn't see that you put it in the previous thread
  13. K

    possible to reload variable in "IF" ?

    Merci @nicanil when I try this method, it can find words when they are not the searched words example: ha (in text) - happy (in list) except the word is ha and not happy. I transform the text into a list and I search in the word list if it matches. I have this result on all the little words
  14. K

    possible to reload variable in "IF" ?

    Hello, I would like to know if there is a method to "reload" the variable. Let me explain, I have a long series of if to test so I created it under google sheet to save my time. example: "{-Variable.test-}" == "hi" || "{-Variable.test-}" == "hello" etc... if I paste my text as it is in...
  15. K

    calculation syntax

    Thank you so much @Phoenix78
  16. K

    calculation syntax

    Hello everyone, if i want to create a c # module which computes values between it and then create output value in zenno how can i do that? I know the resulting value is a "string" so I have to convert it to "int" so the code will give this style? var number1 = int.TryParse ("project.Variables...
  17. K

    switch ?

    Thank you again @nicanil
  18. K

    switch ?

    - I use data dom to retrieve a value (eg retrieve a brand of car) - depending on the brand I wanted to use a switch to go to another switch except that the value to recover on a site I can have a mark with a Porsche or PORSCHE or porsche and the switch does not understand if the value is not...
  19. K

    switch ?

    Hello, I would like to know if it is possible to make a list and import it into "switch"? thanks in advance
  20. K

    cut a series of words into a list

    Again @nicanil thank you so much
  21. K

    cut a series of words into a list

    Hello, how could I split a sequence of words (for example a title) in the form of a list. 1 title word in each new column (or row) thank you
  22. K

    word verification prohibited in a text?

    Thank you so much @nicanil
  23. K

    word verification prohibited in a text?

    Hello, I want to create a template that checks if there are words of the type "insults" or proscribed word in texts. Can I do it with zenno? Thanking you
  24. K

    problem with "Project.Directory" i think

    i tried and not worked :'(
  25. K

    problem with "Project.Directory" i think

    the recovered value is not empty, it is recovered by a scrapping. it creates the "brand" folder of the car by retrieving the "take dom" and injecting the value into it to enter the name of the folder
  26. K

    problem with "Project.Directory" i think

    hello, I have a problem with the path when I save a file. I had made the "template" for the first time with a different access path and when I made a version "2" I created a new path. The problem is, he refuses to follow the right path. For example : New path : {-Project.Directory -} {-...
  27. K

    how can I do ?

    good idea, i will try, thank you so much
  28. K

    how can I do ?

    bad copy with google translate :ap:
  29. K

    how can I do ?

    You have to look at the images to access the large format image link. A simple URL scratch gives me access only to the thumbnail. I will look at the link, thank you very much
  30. K

    how can I do ?

    The model I created works fine but I wanted to set up a faster system. currently I have copied 100X "keyboard emulation" because the number of photos varies from 9 to 90 photos. if the number of photos is 9, 91 keyboard movements are unnecessary so I am wasting time. I thought I could find a...
  31. K

    how can I do ?

    Thank you for your answer, but, I just tried and I copied 100 X the same emulation because the images vary between 16 and 90 photos but I would really like to create a single action that allows you to do for example: a regex telling me that there is 54 photos so zenno will click 54 X on the...
  32. K

    how can I do ?

    Hello everybody, I would like to know if you know a method via zennoposter to perform a "keybord emulation" action following a number of a variable. Say I have 32 photos at donwload, fetch variable 32 with regex method, and want to press 32X right arrow, what can I do? (numbers may vary on each...