Using AppleScript as Auto Hotkey on Mac
In order to conduct thorough testing of Soylent 1.6, I recently purchased over 20 boxes. However, there is one problem - Safari does not support automatic form filling. Therefore, I have to manually enter all of my credit card information in order to pay for shipping fees and customs duties. This means I have to manually input all of my credit card information for calculating shipping fees and customs duties.
All the payment steps involve only numbers, dates, resumes, and passwords.
After repeating this process over and over again, I am absolutely exhausted.
It should be automated.
God, when I was still using Windows four years ago, I thought of AutoHotkey.
For Mac users, there is AppleScript, which can simulate keyboard inputs and mouse clicks.
1 | tell application "Safari" |
Moreover, I discovered an interesting thing during this process - the cvv cannot be clicked by the script.
It seems that the bankβs website has implemented some security measures.
Translated by gpt-3.5-turbo