UI list box

From UBot Studio
Revision as of 15:33, 14 April 2013 by LillyT (Talk | contribs)

Jump to: navigation, search

This command is a UI Command. This command creates a list box on the UI panel tied to a specific variable.

Example


navigate("http://ubotstudio.com/playground/simple-form", "Wait")
ui list box("Select a Month", "january,february,march,april", #select)
type text(<username field>, #select, "Standard")


Selecting a list item from the list box and running the script navigates to a webpage and inserts the value of the list box into the specified field using the list box's variable.


File:Uilistbox.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox