Jump to content
UBot Underground

Search the Community

Showing results for tags 'drop down'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Hi, I am trying to create a bot that can auto fill the national geographic form at ( https://members.nationalgeographic.com/account/join). However, I am not able to select the city field. I have tried inserting a value from drop down list using a file, but it expects a value from drop down list to be clicked. The bot needs to read 3-4 characters value (from a file) into city field, once the drop down list with matching results appears , then select the random value from that generated drop down list. Will appreciate if anyone can help with this.   Regards.
  2. Hi, I'm trying to populate a ui drop down from a scrape of a dropdown and would appreciate any guidance / help. Here is what I have so far... navigate("http://www.bazoogle3.com/testscrape/","Wait") wait(5) set(#var02,$scrape attribute(<id=w"reportMonthSelector_chzn_o_*">,"innertext"),"Global") ui drop down("Select Start date",#var02,#var02) I'd like the list of dates to populate the ui dropdown, but as you as see it ends up being one drop down option that includes the list of all of the dates in one row. Any help/input/guidance on a fix would be appreciated. Please
  3. So, here's the problem I'm having. What I want to do is be able to load account data from a .csv to a dropdown menu, so that I can select which account to log into one at a time, instead of going through all of them. I found this code on this forum that works for me using ui drop down, but the rest of my bot uses the UI Editor, so I have to have this is a separate tab. That just can't be right, and helping a brother straighten that out would be much appreciated. How do I make this code work with a drop down in UI Editor without making my head explode? clear table(&npip) create table f
×
×
  • Create New...