Jump to content
UBot Underground

Trouble adding a list to a UI List


Recommended Posts

Im stuck on this last step in a bot:

 

A client wants to be able to select a given county from a site and then scrape the subsequent pages of information for that county or be able to scrape the data for all counties at once.

 

The issue is that on the auction site, the counties aren't always the same. So to address this, I did the following:

 

Navigate to the page with the list of counties that have active auctions

 

Scrape them to a list with a comma at the end of each list item.

 

Added a UI List box with the selections: All, and the list that contains the county name (which I thought would allow them to select from the list.)

 

The problem is that I can't get the UI list to pull in the list of counties when the bot runs. The UI box has All, and then nothing else.

 

I have the UI List box in the script after the creation of the list of county names and I was hoping it would simply pull them in once the UI list box was created in the script.

 

Oddly, if I run the bot once and stop it, and then add the UI list box into the script manually, the list shows correctly in both the new List box as well as the one that was just added.

 

Does what I am trying to do seem reasonable/possible?? Any suggestions?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...