I’m new to AppleScript and I’m attempting to write my first script. I’m an XM radio subscriber and am able to launch the player through Safari. I’d like to automate what I have to do through AppleScript, although I don’t know if it’s possible. I’ve tried viewing the source of the url and I see that some JSP’s are being executed with method=post (hopefully someone will know what that means). I guess my question is, is this possible to do through AppleScript and if so, can anyone point me in the right direction?
The url is www.xmradio.com
The steps I have to take are to click listen now, which brings me to a login screen. (My info gets filled in automatically)
The next step is to click go.
Then click listen now again which launches the player in a new window.
Hopefully this all makes sense.
I appreciate any help anyone can give regarding this.
Thanks,
Steve