UI list box

From UBot Studio
Revision as of 22:28, 30 December 2012 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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