Can I copy and store text in Applescript?
I have a form on a browser with 6 fields
- I start off in the first field, I select all and them copy that field - I want to store in a variable in Applescript
- I tab to the next field and copy and store in another variable
- I tab to next fields and do the same
I have the variables stored in Applescript
I now go to another browser window where I have another form that needs to be filled - with the data from the first
- with the window active, I press tab - this places me in the first field
- I then input the first variable
- I tab to the next fields and do the same
- I tab to a last field, here I have to press the 'home' key
Can all of the above be done using Applescript?
I do this on my pc laptop using Autohotkey
But I really want to use my Apple laptop instead which lays gathering dust until I can figure out how to do the above mentioned
Thanks
Omar