cris12 Posted March 10, 2016 Posted March 10, 2016 Please help me. I try to send Enter in textarea but it's not work #include <IE.au3> Local $oIE = _IE_Example("form") Local $oForm = _IEFormGetObjByName($oIE, "ExampleForm") Local $oText = _IEFormElementGetObjByName($oForm, "textareaExample") _IEFormElementSetValue($oText, "Hey {Enter} This {Enter} works! ") ex.au3
crackdonalds Posted March 10, 2016 Posted March 10, 2016 you can try: "Hey" & @CR & "This" & @CR & "works! ") cris12 1
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