Hi all,
I am trying to write a little program to navigate to a transport website, enter a tracking number, submit it, page scrape the html, pass the string it to get the status of the order.
The code I have attached is my attempt at navigating, entering tracking number and submitting.
For some reason the submit function does not seem to actually submit the data and return the status page.  
After I get this page to return the tracking information, I think I have other bits of code I can use to get the data I need from it.  I will then run it multiple times to get a list of items in an excel sheet.
Any help on this code would be great.
Thanks in advance