Jump to content

drag highlight copy


foolove
 Share

Recommended Posts

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

:graduated:

Link to comment
Share on other sites

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

;):graduated::);)

Edited by foolove
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...