Re: [Zope3-dev] zope.testbrowser.browser problem

2005-12-01 Thread Gary Poster
On Dec 1, 2005, at 5:46 AM, Chris Withers wrote: Gary Poster wrote: I have a form as follows: ... ... Now, I do the following with a zope.testbrowser.browser: browser.getForm(name='form_name').getControl(' Do Something ').click() However, the value of REQUEST.form['action'] in aPyth

Re: [Zope3-dev] zope.testbrowser.browser problem

2005-12-01 Thread Chris Withers
Gary Poster wrote: I have a form as follows: ... ... Now, I do the following with a zope.testbrowser.browser: browser.getForm(name='form_name').getControl(' Do Something ').click() However, the value of REQUEST.form['action'] in aPythonScript is " Go ", not " Do Something ", as I'd ex

Re: [Zope3-dev] zope.testbrowser.browser problem

2005-11-24 Thread Gary Poster
On Nov 24, 2005, at 6:04 AM, Chris Withers wrote: Hi All, Not sure if this is the right place to report this, please let me know if I should do so somewhere else... No idea, sounds reasonable. I have a form as follows: ... ... Now, I do the following with a zope.testbrowser.browser

[Zope3-dev] zope.testbrowser.browser problem

2005-11-24 Thread Chris Withers
Hi All, Not sure if this is the right place to report this, please let me know if I should do so somewhere else... I have a form as follows: ... ... Now, I do the following with a zope.testbrowser.browser: browser.getForm(name='form_name').getControl(' Do Something ').click() However,