Jump to content
UBot Underground

runforrestrun

Fellow UBotter
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by runforrestrun

  1. Here is the code I'm using: ui drop down("Category:", "Health,Sports,Business,Technology", #category) if($contains($scrape attribute(<name="CATEGORY_ID">, "innerhtml"), #category)) { then { add item to list(%scrape categories, $scrape attribute(<tagname="option">, "innertext"), "Delete", "Global") save to file("{$special folder("Desktop")}\\categories.txt", %scrape categories) add list to list(%scrape categories2, $list from file("{$special folder("Desktop")}\\categories.txt"), "Delete", "Global") loop while($comparison($contains($next list i
  2. Hello everyone, hopefully someone can help me since I am having difficulties with the "condition" part of the loop while command. I managed to scrape the drop down menu options into a list. Then I use the loop while command to loop through and choose the option from the drop down menu using the change drop down command. I have placed a next list item function inside the change drop down command. However, I don't know how to make the loop stop once the correct option is selected. I would like to somehow compare the current selected option on the drop down menu with a variable. Also, is it po
×
×
  • Create New...