Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
opensource101
Help with Applescript (or Perl or Python or Ruby)!!!?
I need some help with some scripting that I'm doing:
I'm using Applescript to download stuff from Google Docs without actually having to click anything within the browser. I need to know what script to use to log in. This is essentially what I have so far:
tell application "Safari"
set the URL of tab 1 of window 1 to "https://www.google.com/accounts/ServiceLogin?servi...
set "username" of "https://www.google.com/accounts/ServiceLogin?servi... to the text returned of (display dialog "Username?" default answer "Login")
end tell
I need help since the web page won't let me log in, since I don't know what variable (username, etc.) to use. How do I do this? If you know a more efficient script in Perl, Python, or Ruby, that would help, too....
1 AnswerProgramming & Design1 decade agoI need help with google
I'm visiting a foreign country, and I need to use google. However, the IP address turns the english google into, say, arabian or chinese google. How do I work around that so that I get english google in a foreign country?
8 AnswersGoogle1 decade ago