jpserame Posted May 11, 2015 Posted May 11, 2015 Well yeah, Im new to AutoIt and I got promising leads as to how to solve my IE Automation problems already.Currently, I am in the process of IE Automation where a button press in a parent doc (which is a frame) loads a web dialog popup (another frame) with a dynamic table view. In the data displayed, I need to click a link which looks like this:<a class="tableLink" onclick="return doSelect("arg1", "arg1", "arg1", "arg1", "arg1", "arg1", "contentFrame","");" href="https://www.someSiteHere.com#">I am doing the automation using Excel VBA and link.click doesn't work there (but actual clicking with a mouse does). I wanted to do that with autoIt here to see if my results will differ. So my question before proceeding is, will I be just wasting my time because it still won't work as with javascript and vba? Does Link.Click behave exactly the same with Javascript or VBA? Thanks for all who'll take time to answer.
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