My aplescript wont work!
I was trying to duplicate the box that says
in applescript. It says “Script Error. Can’t get button returned of {"Chrome"}.” Here’s the script:
display dialog "The developer of this app needs to update it to work with this version of macOS. Contact the developer for more information." with title "“PrankExport” needs to be updated." buttons {"Learn More...", "OK"}
if the button returned of the result is "Learn More..." then
choose from list {"Safari", "Chrome"} with prompt "Which app will you use to open?"
if button returned of the result is "Safari" then tell application "Safari" to open location "https://support.apple.com/en-us/HT208436"
else
tell application "Google Chrome" to open location "https://support.apple.com/en-us/HT208436"
end if
iMac 21.5″, macOS 10.15