send keys in windows

2014-08-26 Thread Filippo Dal Bosco -
I am trying to learn how send keys and mouse click to a background process in windows Where can I find complete documentation and examples ? With Google I looked for books and internet link but I didn't find much. thank -- Filippo -- https://mail.python.org/mailman/listinfo/python-list

http://mail.python.org/pipermail/python-list/2006-January/320434.html

2006-09-21 Thread filippo randello
Hello, if after your command: ie.Document.login_form.submit() I write: doc = ie.Document s = doc.documentElement.outerHTML print s I can see the HTML of the document before the submit command, but I would like to see the HTML of the page after the submit command: do you know how to solve this p

Re: OO on python real life tutorial?

2006-09-02 Thread filippo
Claudio Grondi ha scritto: (megasnip) I caught your point of view. I start reading a book on wxpython to understand if it can help to solve my problems. At the same time I will port my program to Python/Tk in order to have a faster first beta release. Thanks for your explanation. Filippo

Re: OO on python real life tutorial?

2006-09-01 Thread filippo
p. Best regards, Filippo -- http://mail.python.org/mailman/listinfo/python-list

Re: OO on python real life tutorial?

2006-09-01 Thread filippo
nly things I can imagine is to create some objects like "customer" but all I can do is to try to force the object to act like my "structured way of thinking" the problems. I will read your links, however. Thanks, Filippo -- http://mail.python.org/mailman/listinfo/python-list

Re: OO on python real life tutorial?

2006-09-01 Thread filippo
u give me some practical examples of this? Thanks and best regards, Filippo -- http://mail.python.org/mailman/listinfo/python-list

OO on python real life tutorial?

2006-09-01 Thread filippo
em is that I cannot figure out how OO could be useful in my case. Is there a OO tutorial out there to help me? Thanks, Filippo -- http://mail.python.org/mailman/listinfo/python-list