ui text box("List", #list)
ui button("Add") {
add list to list(%list, $list from text(#list, ","), "Delete", "Global")
set(#list, "", "Global")
}
Here's a simple example. Add the string "apples,oranges,pears" to the text box, hit "add" and done. View > Debugger to see it populate the list. text_to_list.ubot
ui stat monitor("ff", #scrape)
click(<innertext="Databases">, "Left Click", "No")
wait(15)
set(#scrape, $scrape attribute(<href=w"index.php?token=*&db=*">, "innertext"), "Global")
wait(2)
save to file("C:\\Users\\Ken\\Desktop\\scrfa.txt", #scrape)
login to phpmyadmin. (my phpmyadmin looks like this http://screencast.com/t/SokWj40JsGzT) run bot clicks databasesscrapes all databasesaves to file If this post was useful click "Like This" button ->