On Oct 9, 11:39 am, Johny wrote:
> Is it possible to control any webbrowser from Python ? For example to
> issue http POST and GET command
> Thanks
> Johny
I'm using funkload and it is awesome!
http://funkload.nuxeo.org/
FunkLoad is a functional and load web tester, written in Python, whose
ma
Johny writes:
> On Oct 9, 5:17 pm, Tim Harig wrote:
>> On 2010-10-09, Johny wrote:
>>
>> > Is it possible to control any webbrowser from Python ? For example to
>> > issue http POST and GET command
>>
>> The most reliable way to interact with a webserver is through the urllib
>> and httplib mo
On Oct 9, 5:17 pm, Tim Harig wrote:
> On 2010-10-09, Johny wrote:
>
> > Is it possible to control any webbrowser from Python ? For example to
> > issue http POST and GET command
>
> The most reliable way to interact with a webserver is through the urllib
> and httplib modules. This is effective
On 2010-10-09, Johny wrote:
> Is it possible to control any webbrowser from Python ? For example to
> issue http POST and GET command
The most reliable way to interact with a webserver is through the urllib
and httplib modules. This is effective for 99% of cases. I do understand
that some site
> Is it possible to control any webbrowser from Python ? For example to
> issue http POST and GET command
> Thanks
> Johny
http://docs.python.org/library/webbrowser.html
The control you get is rather limited, though. If your aim is interacting with
a website, though, you can try urllib/urllib2
Well, if you need to issue http POST/GET commands, you can take a look
at urllib/urllib2 modules. Instead if you want to take control of the
web-browser I've heard about selenium, but I've never used it.
Best regards,
Matteo
On Sat, Oct 9, 2010 at 11:39 AM, Johny wrote:
> Is it possible to contr
Is it possible to control any webbrowser from Python ? For example to
issue http POST and GET command
Thanks
Johny
--
http://mail.python.org/mailman/listinfo/python-list