AutoitMike Posted July 7, 2013 Share Posted July 7, 2013 Have you ever wrote a script to fill out a long string of data and just sit there and wait for the text to type? You say decrease the inter character delay. This many times just does not work, characters get skipped, etc, ad nausea with all of the problems I have run into. The solution: It just dawned on me that pasting a string into anything is nearly instantaneous, I guess bill gates knows something we dont. Use ClipPut() to put your string into the clip board and then instead of using Send("my string of text.......") , use send("^v") and wala, instantaneous form fill!!!! Enjoy the flavor Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted July 7, 2013 Moderators Share Posted July 7, 2013 I believe the more logical solution here would be ControlSend. Enjoy the "favor" Link to comment Share on other sites More sharing options...
Andreu Posted July 7, 2013 Share Posted July 7, 2013 I honestly was waiting for "and if you act now, you can get 2 for the price of 1!"... I'm not entirely sure why that context made me think of that; but anyway... _IEFormElementSetValue - in case your filling out this form on a webpage. Ps. I like strawberry more. Link to comment Share on other sites More sharing options...
JohnOne Posted July 7, 2013 Share Posted July 7, 2013 ControlSetText() is no slouch either. Shrapnel 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
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