Dangoble Posted May 3, 2018 Posted May 3, 2018 Hello, Firstly, I'm so new to Autoit it's not even funny...like one week new! So please judge me and my code accordingly. I am working on a script to navigate an intranet site in IE, this is a work site. I have navigated the previous pages just fine, but I'm stuck on this one. So I have an image that I want to click that will bring up a simple form. The form seems to be popup java type if I see it correctly. I have used _IEImgClick on the previous pages and it worked fine. Here is the error I get... Quote --> IE.au3 T3.0-2 Warning from function _IEImgClick, $_IESTATUS_NoMatch Code... ;Load advisor listing page and click dashboard excel icon <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< $oIE = _IEAttach("Client Search","Title") _IELoadWait($oIE, 500) _IEImgClick($oIE,"export","alt") image properties... <input name="ReportToolbar1$ibtnExport" title="export" align="middle" id="ReportToolbar1_ibtnExport" style="border-width: 0px; width: 16px; height: 16px;" onclick="showExportForm(document.all.ReportToolbar1_pnlExport); return false;" type="image" alt="export" src="/AGILEnet5/WebResource.axd?d=0Av7yaBdB_jbbY94wxoF6j3OUkFxaO3uQTeFJDfRuz8HGGK5uAeph7vHRfUIvZYraMAHF-ZPkfGKXzC_rkgOKABL9yaflfhliaJFJK0oPKOfUs2FHwmgZJYCe6wrC_nA8FgJ68LHSVjd5J1aqa94Z3GkviM1&t=635758492040783645"></input> Thank you
Danp2 Posted May 3, 2018 Posted May 3, 2018 Take a look at _IEFormImageClick. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now