URL-
<input type="image" src="/live_market/resources/images/gobtn.gif" alt="btn" onclick="goBtnClick('stock');" style="cursor: pointer">
I am trying to click the go button.
IE.document.getElementById("underlyStock").Value = "ACC"
IE.document.all.Iteam(stock).FireEvent ("onclick") ' not working
IE.document.querySelector("goBtnClick('stock')").Click 'not working