'Click at' returns “System events got an error…” -Applescript
问题 Newbie to applescript, sorry if its dumb. I have been trying to write a script to check if the network is healthy, if not go to a url and click Login button on the webpage (actually the page has 'username' and 'password' which my browser autofills). i used the following code; try set thePing to do shell script "/sbin/ping -o -c 1 www.google.com" on error tell application "Google Chrome" to open location "https://mwcp-ekm-04.adlkerala.com:8001" delay 5 tell application "System Events" tell