dinotom Posted April 1, 2019 Posted April 1, 2019 (edited) I am new to AutoIT so my apologies if this is trivial, but I am only finding IE references. Is there a library besides the IE one to control browser windows? I will not use IE, only Edge or Chrome (possibly FireFox if there is no other choice) I have the script I am working on doing everything it needs to do but the last item, opening a webpage and signing in runs into a snag as there is an accept dialog screen, that displays after login, that must be okayed It is the active window, so I need to get the Button element, set its focus and click it (it is only enabled/clickable via javascript when you hover over it, greyed out otherwise) Edited April 1, 2019 by dinotom
Danp2 Posted April 1, 2019 Posted April 1, 2019 Two general options for non-IE browser automation -- 1) Webdriver UDF 2) IUIAutomation UDF Links to both can be found in FAQ 31 Latest Webdriver UDF Release Webdriver Wiki FAQs
dinotom Posted April 1, 2019 Author Posted April 1, 2019 thanks I just found the WebDriver info from another post
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