Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

send keys to an IE input object in an inactive window

$
0
0

Hello!

I'm currently using this code:

$oInputs = _IETagNameGetCollection ($oIE, "input") For $oInput In $oInputs     If ($oInput.type = "text" And $oInput.name = "name") Then _IEAction ($oInput, "focus") Next Send($accountname)    

However I'd like to be able to do other things on my pc while my program is running, so the IE window would be open but not on top of all other open windows (ideally i'd like to run also full screen games while the program is running in the background). So my question is how do i modify the above to work in that case? I've searched a bit and seen something with "ControlSend" but it doens't seem to work with ieobjects

 

thanks in advance,

Kamma


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>