On Sat, Mar 20, 2010 at 1:27 AM, Steven D'Aprano wrote:
> On Fri, 19 Mar 2010 11:33:36 pm richard west wrote:
>> Hi,
>>
>> Im trying to use python to open up a password protected website(e.g.
>> facebook / gmail) in Firefox. supplying the login and password
>> automatically at runtime - so that I
On Fri, 19 Mar 2010 11:33:36 pm richard west wrote:
> Hi,
>
> Im trying to use python to open up a password protected website(e.g.
> facebook / gmail) in Firefox. supplying the login and password
> automatically at runtime - so that I can interface my code with
> fingerprint recognition code. So fa
"richard west" wrote
Im trying to use python to open up a password protected website(e.g.
facebook / gmail) in Firefox.
So you are trying to control Firefox not the web site?
Is that correct?
What mechanism are you using to communicate with Firefox?
code. So far I have only found urllib,
On Fri, Mar 19, 2010 at 7:33 AM, richard west wrote:
> Hi,
>
> Im trying to use python to open up a password protected website(e.g.
> facebook / gmail) in Firefox. supplying the login and password automatically
> at runtime - so that I can interface my code with fingerprint recognition
> code. So
Hi,
Im trying to use python to open up a password protected website(e.g.
facebook / gmail) in Firefox. supplying the login and password automatically
at runtime - so that I can interface my code with fingerprint recognition
code. So far I have only found urllib, urllib2 and web browser, none of
wh