Jump to content
UBot Underground

TheMcD

Fellow UBotter
  • Content Count

    155
  • Joined

  • Last visited

Everything posted by TheMcD

  1. Screen Shot: http://screencast.com/t/YjI0MWJmZGEt I can't find the solution to this dialog box. I don't want human intervention in selecting a file. How do I get this browser dialog box to NOT show up, or at least close on it's own (and know that it has closed, so I can continue? I tried all sorts of combos. I've seen all the solutions for regular HTML forms, but not one like this. * This is a Javascript form, not an easy HTML form.
  2. I am going through the videos now, as I don't like it when people don't try themselves. I just hope that there is a video that covers how to work with an upload dialog box that opens to select a file... Judging by the video titles I don't think there is one... We'll see. * Trying to select a fileusing the "Choose File to Upload" box that shows, just like the one that shows when trying to attach a file to this discussion board.
  3. Cool. I'm learning every second. I'm now onto figuring out to how to select a file to upload from a dialog box opened by the browser. Whish me luck. I'm wondering if there are hidden commands that I could be using. The one you taugh me, "choose by attribute" can only found using the Toolbox search. (Unless my eyes are failing me.)
  4. You do have me puzzled on the: Send keys to field chosen $new line There is nothing that looks like you are triggering the submit button, and the lines above seem to be the only thing that might... ? I was thinking of chosing it and sending an enter key to the submit button, I don't know how to send an enter key (yet), but that is what I was going to try.
  5. I had to change Id back to name as the attribute in choose by attribute like you had in your original screen shot. I will learn a lot from this and weird Javascript form handling. Thanks so much for taking the time to help me.
  6. I was trying some things... and will look at yours to see what I can learn. Thanks. I'll let you know. (I am appreciatve of the help.)
  7. Link to check: http://www.simplevoicebox.com/loginaccount.asp One thing I am thinking is to choose the submit button by atrribute, but there are two on the site and they only thing that differenciates them is the onSubmit parts and tabindex, and I don't know how to set that as the attribute, see below: <img onClick="javascript: onSubmit();" style="cursor:pointer;" src="images/svb_abu_submitbut.gif" tabindex="4"> <img onClick="javascript: onSubmit_pn();" style="cursor:pointer;" src="images/svb_abu_submitbut.gif" tabindex="9">
  8. That makes sense, but I am still getting the same error when submitting. The only thing I have not changed is the way the submit button works which also is Javascript controlled... It seems to submit fine, but then tells me: Empty Phone Number Empty Password
  9. Blazo, I will give that a try, makes sense to me. Thanks, I will report back. * I will note that I did follow one of the training videos: http://vimeo.com/12911151 and wonder why it doesn't work that way (as the video), seems like it should. (Wondering if send keys is always required for filling out forms...???)
  10. This is my first post, my first bot and what seemed to be a simple task, but causes an issue.. Video: http://screencast.com/t/YTZhODlkZjc As you can see, uBots inserts all the data and submits it, but the site returns that some data is missing. The site uses Javascript with their forms and so I am wondering if the Javascript is an issue for uBots, that maybe that is what is causing the problem? uBots version: 3.283
×
×
  • Create New...