Bea Posted May 10, 2018 Posted May 10, 2018 Hey i would like that the script click on the fild where i enter the email but it dosent work :S why #include <IE.au3> Call ("singin") Func singin () Global $oIE = _IECreate ("https://www.gmx.at/") WinSetState("[CLASS:IEFrame]", "", @SW_MAXIMIZE) Local $button = _IEGetObjByName ($oIE,"username") _IEAction ($button, "click")
Danp2 Posted May 10, 2018 Posted May 10, 2018 Try using "focus" instead of "click" 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