I have a listbox filled with different items. For each item in the list it will visit a site in the web browser, the user using the software fills out text on the page, then it moves down the list.
How can I make it so it iterates down the list to an item, waits for the user to enter the data and for them to click a button on the GUI of the program, then continue the iteration again doing the previous things of stopping continuing?