I currently have an applescript which does the following
open ''Enter site here''
Delay 2
Repeat
It is a script where I can refresh my page every 2 seconds.
Now I want to add something to it. If a shortcut to a certain link appears on the page, I want my script to open it immediately. Does anyone know how I work this out in programming language?
open ''Enter site here''
Delay 2
Repeat
It is a script where I can refresh my page every 2 seconds.
Now I want to add something to it. If a shortcut to a certain link appears on the page, I want my script to open it immediately. Does anyone know how I work this out in programming language?