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

  1. A

    Gorup operations with block?

    Is it possible to do some group operations with blocks in PM? For example, selecting one or more blocks at the same time (and then, delete, copy, insert, ...) A related question is: do exists macros in PM? can I call inside a template another one template?
  2. A

    How to use a log message in ZP (action id)

    My template stopped ("HTML element is not found by search criteria") Now I have a related action id and an action group id ("Run HtmlElement action id: XXX group action id: XXX") How can I use these datas to find the problem inside the template? PS: It's just my feel or the forum...
  3. A

    When ZP is really stopped?

    I've launched a template in ZP (with Showing = On) After few minutes, I've stopped the template (the instance window closed), but it continued as you can see in the images The instance window reappered (just the title bar) and the alerts coming from the templates continued showing...
  4. A

    Why this if doesn't work as expected?

    Please, don't blame me! I'm sure I'm missing something. I've created this simple template: But the if (as you can see in the log) return nothing (it equals to false) I've tried also: {-Variable.testvar-}=="anything" {-Variable.testvar-}==anything {-Variable.testvar-}="anything"...
  5. A

    How to select a list (in list processing) with a variable?

    I want to take a random line of a list But I'd like also to select a list with a variable. For example: LIST PROCESSING Select list: {-Variable.list_name-} Select action: etc... Is it possible or does it exist some workaround?
  6. A

    Excel (.ods) count rows doesn't work

    I have a .ods file (excel created with openoffice) with 21 rows I tryed to get the number of the rows, but the first time I got 23 rows, and the second time (after deleting lots of rows under the 21 rows) I got 25, as you can see in the image attached
  7. A

    How to use paid private proxy?

    I have bought some private proxy, they are in this form: PROXY:PORT:USERNAME:PASSWORD Where do I set this proxy into my project? (I saw the videotut http://www.youtube.com/watch?v=RP8qtYciX6k but I have some doubts yet)
  8. A

    "Load profile" into "Action recordings" tab

    Can I use the action recorder starting from a saved profile? Each time I have to simulate the login, I'm sure I'm missing something
  9. A

    How to share a link in fb

    I've tried for hours and I think I need some help. I want to share a simple link in facebook, but I can't not even share a text. In ZP recorder I click on Status text box and then I write a string. Everything is ok. But in the debugger, the string is written on the first comment text...
  10. A

    Get the id of the post just published

    On facebook, I want to post a link and then save the id of this post. Is it possible? How? The ID is saved here: <a class="uiLinkSubtle" href="/<MY_USERNAME/posts/POST_ID">
  11. A

    [SOLVED]  Table reading error

    ZP missed some row from my excel (.ods) PS: in debug mode it counts ("Get rows count") 25 rows :confused:
  12. A

    "For" construct

    Hi to all, I need to cycle the rows of a table If a specific value X is present in column Y I have to do some action before proceeding I've built this template 1) start 2) variables: set variable count=0 3) tables: take line n. count, put result in variables column Y in variable...
  13. A

    Facebook accounts customization

    Hi to all, this is my first post as ZP customer (standard version)! :beer: Here's my first question: I have some fb accounts (verified by phone). I want to create a template that: 1) cycle all these accounts (saved in excel) 2) log into facebook 3) change the picture 4) post a test...