foolove Posted October 11, 2011 Posted October 11, 2011 I need to drag highlight and copy information in a html document viewed in a web browser beginning with 2011-10-11 a date string I need to accomplish this without using mouseclick coordinates so im sure some kind of regex call to tell the mouse where to start click and needs to drag til the end of line then finally issue a ctrl + c to copy the text to clipboard
JohnOne Posted October 12, 2011 Posted October 12, 2011 That's a lovely story. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
foolove Posted October 12, 2011 Author Posted October 12, 2011 (edited) I know I need something like this MouseClickDrag("left", 0, 200, 600, 700) can I do a mouseClick drag and have it drag straight across?? then apply a ctrl+c the regex thing I had looked at before but was kinda stumped im assuming that is what I would need is some sort of regex on the date to tell my cursor where to go to start teh MouseClickDrag function Edited October 12, 2011 by foolove
JohnOne Posted October 12, 2011 Posted October 12, 2011 Yes, that's exactly it . ;) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Ramzes Posted October 12, 2011 Posted October 12, 2011 To get data for file - FileGetTime.Try use ShellExecute to open HTML or one of _IE functions. Sorry for my bad English but nobody is perfect. [font=arial, helvetica, sans-serif]Ramzes[/font]
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