html page mail link to webmail program

Ben Finney ben+python at benfinney.id.au
Tue Nov 11 20:42:07 EST 2014


Ethan Furman <ethan at stoneleaf.us> writes:

> Okay, the explicit Python question: Clicking on a mail link in a web
> browser can start an external program. I would like that external
> program to be a Python script that [controls an already-running web
> browser to visit a URL and operate a web application].
>
> Surely this can be done in Python.

Perhaps. I'd advise a web search for “python script web browser”, and be
prepared for also learning how your specific operating system allows
programs to control each other in separate processes.

-- 
 \           “Either he's dead or my watch has stopped.” —Groucho Marx |
  `\                                                                   |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list