I am making a browser, and long story short, I need an applescript command to select all the text in a text field, something like:
Please help me with this. I am so close to a functional browser that might, in my opinion (which is HIGHLY Biased, because I made it) rival safari. Thank you.
Code:
tell window "Main window"
highlight contents of text field "MyTextField"
end tell
Please help me with this. I am so close to a functional browser that might, in my opinion (which is HIGHLY Biased, because I made it) rival safari. Thank you.
