I'm trying to automate the login at www.tdameritrade.com and am able to fill out the username and password using:
IE.Document.getElementById("userid").Value = "username"
IE.Document.getElementById("password").Value = "password"
The login button doesn't have an Id.
How can I click the button when the code for it is:
<button tabindex="5" title="Log in" class="main-header-login-submit btn btn-green-solid" type="submit" href="https://invest.ameritrade.com/grid/p/login" value="Log in" target="_self"></button>