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

  1. Y

    Errors in zennoposter but not in code creator

    I am just getting into CC.... For starters, I get "Build of the project failed because of bugs in the code" when I run it in Zennoposter, but when I debug it, it goes start to finish fine. Also when I debug how can I step it? I hit debug and it never steps... Also, another problem, when...
  2. Y

    Upload file problems

    when i upload files on my main pc everything works (C:\images\abc.jpeg) ........ but when i run on the other pc, (same exact template) everytime it goes to upload the file it never inputs the file path only 'abc.jpeg' Any suggestions?
  3. Y

    how can i execute each template independently?

    I have one template that takes a while to finish, and when I have two threads running, they end up staying on that one for a while... How can I have run one template over and over independently of the other?
  4. Y

    changing arrays

    Hi, I am trying to take the random out put of an array, then use that variable to change it into something else? I have the original array in JS, but can't think of how to do this second part? EX. [John, Jim, Ed].. now I pull a random name "John". I use this name in my template, but near...
  5. Y

    counting char length js

    my js looks like: {-JS.Execute-|-var s = {-FieldData.FieldData-|-●4●6●8●0●7●2●-|-body-}.length-} I never get an output here though?
  6. Y

    Case insensitive text presence check

    When doing a text presence check, how can I make it case insensitive?
  7. Y

    Compare an execution result

    I have an execution result let's say "{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}" which produces the text "hello world".... Now below that I have an if statment which has in the JS code var x ="{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}"; x == "hello...
  8. Y

    Checking if an element exists

    Is it possible to search whether an element exists or not and return true/false? It seems you can search for elements on the page only if they exist.
  9. Y

    How can I read this code in Zenno

    <div style="display: block; position: absolute; overflow: hidden; margin: 0pt; padding: 0pt; opacity: 0; direction: ltr; z-index: 2147483583; left: 102px; top: 323.5px; width: 102px; height: 28px; visibility: hidden;"> This is driving me crazy... notice the last line, "visibility ...
  10. Y

    DOM html different in recording than in template editor

    If an event is only triggered by a mouseover (ex, a div only appears when the mouse is hovered over the area)... How are you supposed to locate where to hover the mouse in zennoposter? It can't find where to hover, because the area does not exist until after the mouseover!
  11. Y

    Upload a file via AJAX

    Is this not possible in zennoposter?
  12. Y

    JS Upload issues

    Hi guys, I'm having trouble making zennoposter select a JS button which produces a popup to select a file from your computer for uploading. I'm using branch creator, but it never properly selects the button. I set the value in the box below to C:\filename, and have the search criteria...
  13. Y

    looping and selecting the next link

    How can I go back to the beginning of the actions I created, but every time it restarts I want to select the next link on the page? So after a certain amount of time I have selected all the links on a page instead of the same one over and over....
  14. Y

    Selecting inside a div

    Hi guys, any help not really a programmer and been at this for some hours now... I am trying to select a link on a page that is always changing, so I can't just click the link. I right click the link, select branch builder, complete the element search fields and it correctly finds all the...