bagas9425 Posted January 13, 2016 Posted January 13, 2016 (edited) Hi, all.I have been using IE.au3 for handling some website.And there is a website that it must be always open.How to open existing Firefox Website with FF.au3? If in IE, there is some code$WinHandle = WinGetHandle("Website") Can you help me? Thank you. Edited January 13, 2016 by bagas9425
InunoTaishou Posted January 13, 2016 Posted January 13, 2016 I would check out the FF.au3 UDF post because this question and the your other are already in there_FFOpenURL _FFTabAdd Would probably be what you want to use for this question_FFLinkClick _FFImageClick _FFClick One of these would work for your "Submit" issue in the other. Or even_FFFormSubmit
bagas9425 Posted January 13, 2016 Author Posted January 13, 2016 Hi, Innuo.That's not answer for my question.I want to handle existing firefox window.
bagas9425 Posted January 13, 2016 Author Posted January 13, 2016 Solved with this codeWinActivate('title') WinSetState ('title', "", @SW_SHOW) If _FFConnect(Default, Default, 3000) Then EndIf
Danp2 Posted January 13, 2016 Posted January 13, 2016 In addition to _FFConnect, you may want to take a look at _FFTabSetSelected and FFWindowSelect. 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