On Friday, January 25, 2013 2:29:51 AM UTC+1, Tim Daneliuk wrote:
> I need to write a Python script to do the following:
>
>
>
>- Connect to a URL and accept any certificate - self-signed or
> authoritative
>
>- Provide login name/password credentials
>
>- Fill in some presented f
On 01/26/2013 12:53 AM, Michael Torrie wrote:
On 01/25/2013 05:15 PM, Tim Daneliuk wrote:
Does it handle self-signed SSL certs?
No idea. you'd have to try it.
OK, thanks for the pointer.
--
Tim Daneliuk tun..
On 01/25/2013 05:15 PM, Tim Daneliuk wrote:
> Does it handle self-signed SSL certs?
No idea. you'd have to try it.
--
http://mail.python.org/mailman/listinfo/python-list
On 01/25/2013 01:18 PM, Michael Torrie wrote:
On 01/25/2013 09:18 AM, Tim Daneliuk wrote:
On 01/25/2013 10:01 AM, Steve Petrie wrote:
On Thursday, January 24, 2013 8:29:51 PM UTC-5, Tim Daneliuk
wrote: The mechanize module
(http://wwwsearch.sourceforge.net/mechanize/) might be a place to
start.
On 01/25/2013 09:18 AM, Tim Daneliuk wrote:
> On 01/25/2013 10:01 AM, Steve Petrie wrote:
>> On Thursday, January 24, 2013 8:29:51 PM UTC-5, Tim Daneliuk
>> wrote: The mechanize module
>> (http://wwwsearch.sourceforge.net/mechanize/) might be a place to
>> start. I've done something similar with c
On 01/25/2013 10:01 AM, Steve Petrie wrote:
On Thursday, January 24, 2013 8:29:51 PM UTC-5, Tim Daneliuk wrote:
I need to write a Python script to do the following:
- Connect to a URL and accept any certificate - self-signed or authoritative
- Provide login name/password credentials
On Thursday, January 24, 2013 8:29:51 PM UTC-5, Tim Daneliuk wrote:
> I need to write a Python script to do the following:
>
>
>
>- Connect to a URL and accept any certificate - self-signed or
> authoritative
>
>- Provide login name/password credentials
>
>- Fill in some presented
I need to write a Python script to do the following:
- Connect to a URL and accept any certificate - self-signed or authoritative
- Provide login name/password credentials
- Fill in some presented fields
- Hit a "Submit" button
Why? Because I don't want to have to start a browser and do