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

  1. K

    How to download files using the HTTP GET function?

    4.3.5 build has new function that allows to download files using HTTP Get. So can this function help to download pictures? For example https://www.google.com/images/srpr/logo3w.png As I understand I need to put picture URL to the first field and select as file. But I doubt that Zenno can hold...
  2. K

    How to use bad end and good end

    4.1.0.0
  3. K

    Error handling

    You guys really need better documentation. There are so many features that many people don't know about ;)
  4. K

    Error handling

    I have found a few problems and possible solutions for the ZP MP. Steps no longer have ID in the options tab so when an error occurs while running template log becomes almost useless because shows the broken step ID which doesn't at all. Please put step IDs to options tab and make the...
  5. K

    How to use bad end and good end

    I don't know if there is a bug with BadEnd or I am doing something wrong. I have set my BadEnd to record an URL which caused BadEnd and then return to the beggining of project and take another URL from the list. When first error occurs it works fine but when the error occurs on another url the...
  6. K

    Problems with removing "space"

    Hi guys ;) I have started using the new ZennoPoster MP and I almost got used to it but I have one problem. I need to remove spaces from the taken line. For example if we have "best program ever" the result should be: "bestprogramever". I am doing this with String Processing > Replace and enter...
  7. K

    Simulation keyboard/mouse events

    OK, the file upload works in ZennoPoster. Thanks for that. The problem I am facing now is that MouseClick Emulation doesn't work in ZP. While debugging it works just fine but when run with ZP it does the same as RiseEvent "click" which is not what I need. Is it possible to press on exact...
  8. K

    Simulation keyboard/mouse events

    Hi guys! I started using CodeCreator but I have one big problem. The file upload doesn't work... it opens Browse window but doesn't write/choose anything. I tried to make it using the same strategy as I was using in ProjectMaker: 1. Press RMB on the file input field 2. Press set value > With...