Ethan Furman <et...@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

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to