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

  1. Y

    GIF Captcha

    what were the command arguments you guys used for imagemagick? I couldn't get that to work?
  2. 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...
  3. Y

    Clicking on a javascript button

    bump
  4. Y

    Upload file problems

    Yes, I think this might be the answer also... I have IE9 on the one that works and an older version on the other. Should I update or is there a settings option I can change for this?
  5. Y

    Upload file problems

    Hi, thanks for the reply I'm going crazy trying to figure this out... Yes all files and directory paths are correct. In the above picture line #1 is the example of the WORKING computer. ZP runs, it selects the file path and this is what appears in the upload box. Line #2 is the...
  6. 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?
  7. Y

    how can i execute each template independently?

    I figured it out, you have to set the number of individual threads. But what are 'groups' ?
  8. 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?
  9. Y

    changing arrays

    I'm going to use split string if i can define the variable... what if the variables are being scraped off a webpage? How would I define what should correspond to what?
  10. 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...
  11. Y

    counting char length js

    Nope that didn't work either. Did you get that to work on your end?
  12. Y

    counting char length js

    It works if I type in strings.. but using the execution result never works.
  13. Y

    counting char length js

    Are there any issues with the prep text for JS? I run it through there first, then execute the above and nothing...
  14. 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?
  15. Y

    Case insensitive text presence check

    Actually I can grab the text of the page I'm searching, convert it all to lower case, then do a presence check... Thanks!
  16. Y

    Case insensitive text presence check

    With that will I still be able to find what it is I need to convert? example: I search the title of a page and find "hello world", but titles can be dynamic so it can be "hello your world" etc... Then I load a new page and see if I find the text I found on the new page. The problem is all...
  17. Y

    Case insensitive text presence check

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

    Compare an execution result

    I figured it out, you have to change the ID of the branch property to something unique (it can't be the default set of numbers in there). Never thought of your first statement, that would be possible also. Second sentence I made a typo, corrected it now.
  19. 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...
  20. Y

    Checking if an element exists

    How can I declare an execution result in the javascript tester?
  21. 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.
  22. Y

    How can I read this code in Zenno

    It seems to be a div triggered by JS only (as though) but had nothing to do with the visibility attribute. Still same situation though, I have to physically mouse over it to be able to view it in the DOM.
  23. 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 ...
  24. Y

    Can zennoposter run in google chrome or firefox?

    What version of IE is running inside Zennoposter??
  25. Y

    DOM html different in recording than in template editor

    For example, how can I cause the menu to be shown for 'money' here... http://www.msn.com/?st=1 When I use onmouseover it never triggers the JS for the menu below to change to 'business news, investing, quotes, etc' Not click the link, just hover over and make the menu appear below.
  26. Y

    DOM html different in recording than in template editor

    thanks
  27. 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!
  28. Y

    JS Upload issues

    nevermind
  29. Y

    Upload a file via AJAX

    Is this not possible in zennoposter?
  30. Y

    Clicking within Flash elements - Flash uploaders solution ?

    Any solutions to this? Maybe someone has hardcoded something??
  31. Y

    JS Upload issues

    Ok, it uploads the name of the file, but doesn't upload the actual file itself!! The image does not appear, but has uploaded the name "picture1.jpg"... is this fixable???
  32. Y

    JS Upload issues

    http://imgur.com/?noFlash So is it impossible to upload an image to something like this?
  33. Y

    How to upload an image / file uploader / video upload -

    http://imgur.com/?noFlash So is it impossible to upload an image to something like this?
  34. Y

    How to upload an image / file uploader / video upload -

    Any solutions to the pop up window problem here????
  35. Y

    JS Upload issues

    it's an html upload button so not sure why it's not working
  36. Y

    JS Upload issues

    OK, I got it to successfully go through debugging. But the image is never actually uploaded. Here is the picture of my settings.
  37. Y

    JS Upload issues

    ignore these attachments, check post below...
  38. 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...
  39. Y

    looping and selecting the next link

    figured that out guys, nevermind
  40. 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....
  41. Y

    Selecting inside a div

    thanks guys, i used the regex... that was the best method
  42. 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...