Jump to content
UBot Underground

Bryn

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Bryn

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

2497 profile views
  1. I have tried the click but each time I click the next item the others are no longer selected. I need a Ctrl-click on 4 items in the drop down box. A multiple drop down option is pretty common for HTML forms, so it seems there should be some way to navigate it within ubot.
  2. What is the best way to select multiple items in a multiple select dropdown? The change dropdown easily does 1 item, but not sure how to select more than 1?
  3. Thanks, that worked great. Not sure how to edit the Wiki, but your example should be added.
  4. Database connection works fine. INSERT, UPDATE, and SELECT work. How do you take a ubot variable and plug it into the UPDATE command? I checked the wiki and there is no example of this.
  5. Good idea. I tried it and the URL is no where to be found in the page source code, so it must be generated after that button is clicked. I tried searching for any tiny section of the URL or even the URL parameter and nothing was found.
  6. I have a preview button on the page. When I copy link address in Chome I see the code below. javascript:__doPostBack('m_lbPreview','') In Chrome it opens a new tab and has a URL for this tab. My goal is to get that URL. In ubot I can see the new popup try to open, but then it disappears and I am left on the same page. If you would like to see it in action I recorded a short video at http://screencast.com/t/GwnigbENAFml. Any suggestions would be appreciated.
  7. Thanks, good point on the button!
  8. As the headline says I need to run a script every 5 minutes. Do I create an endless loop with a wait command that runs the script every 5 minutes, or is there some other way that is more preferred?
×
×
  • Create New...