The URL of the page that should be loaded in the browser.
Remarks
When GotoURL returns, the specified web page may still be loading. Use the Wait method on the Controller object to wait for page loading to complete.
GotoURL can only perform an HTTP GET on the target page. If you need to POST to a URL you will either need to drive the browser directly or use a framework like Selenium.