Entering text in web

Hi, can wxPython be used to enter text into bars on web pages and
click on buttons online? If so how can you do this?

wxPython is too young to go into bars.

···

On 6/23/12 2:39 PM, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and
click on buttons online? If so how can you do this?

--
Robin Dunn
Software Craftsman

Le 24/06/2012 00:59, Robin Dunn a �crit :

···

On 6/23/12 2:39 PM, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and
click on buttons online? If so how can you do this?

wxPython is too young to go into bars.

+1 :wink:

--

Hugues JEAN-BAPTISTE (hjb@agorinfo.fr)
AGORINFO S.A.S. (http://www.agorinfo.fr)

For a lot of web pages you will find that pressing the submit button, or
whatever the final button is actually doing something along the lines of
invoking a new web page with the format someurl followed by a sequence
of control characters/separators, (often ? and %), splitting up the
fields on the form with some tag names for each field and the text/value
selected in the field so you can get the same effect by programmatically
generating this url. It is also worth taking a look at the python url*
help pages as python, (rather than wxPython), has a LOT of support for
html processing - so you could load a page, in python, pre-fill the form
and then display it.

Gadget/Steve

···

On 23/06/2012 10:39 PM, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and
click on buttons online? If so how can you do this?

+2 :smiley:

···

On 24-Jun-2012 00:59, Robin Dunn wrote:

On 6/23/12 2:39 PM, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and
click on buttons online? If so how can you do this?

wxPython is too young to go into bars.

wxPython is a desktop GUI toolkit, not a web interaction tool. If you want to interact with a website, see urllib(2), the requests package, selenium or mechanize.

  • Mike
···

On Saturday, June 23, 2012 4:39:58 PM UTC-5, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and

click on buttons online? If so how can you do this?

+1

···

On Saturday, June 23, 2012 5:59:43 PM UTC-5, Robin Dunn wrote:

On 6/23/12 2:39 PM, Carl wrote:

Hi, can wxPython be used to enter text into bars on web pages and

click on buttons online? If so how can you do this?

wxPython is too young to go into bars.