Beauipc Posted April 26, 2017 Posted April 26, 2017 Snippet from my code: "Local $weight = _IEGetObjById ($oIE,"Weight") Local $contents = _IEGetObjById ($oIE,"Contents") _IEFormElementSetValue ($trackingnumber,"number") _IEFormElementSetValue ($sender,"Sender")" As you can see from these lines of code a local variable has ben declared and value set via IE commands. Unfortunately the website I test on depends on keystrokes. For security I completely understand but for automating its a bit frustrating considering I am tasked to make this happen. My question. Can i modify this to "send" my values into my local variables or would I have to write this oer from scratch to just use mouse movement/keyboard strokes? any help would be appreciated. Thank you.
jdelaney Posted April 26, 2017 Posted April 26, 2017 WinActivate ControlSend Must first have your IE Dom object 'focused'..._IEAction IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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