Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-17 Thread Christian Kölle
Marc Guillemot wrote: Hmmm, can you configure lib/log4j.properties to debug to get more information? Hi As you can see in the log snippet this was already the full debug level. I've played around with the log4j.properties but don't get any new information. What i've done instead is to verify

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-17 Thread Marc Guillemot
Ups sorry, you're right: your log extract was already at debug level. I think that the cause of the problem is the name of your radio button selectedDeleteTimeItems['-375616497']: it contains quote and bracket and HtmlForm puts this name unescaped in an xpath expression to retrieve fields. Can

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-16 Thread Christian Kölle
Marc Guillemot wrote: can you provide the full stack trace? Hi There is no stack trace. The step silently fails. Here's the corresponding part of the console log: [storeXPath] INFO (com.canoo.webtest.steps.Step) - Start Step: storeXPath (22/33) [setRadioButton] INFO

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-16 Thread Marc Guillemot
Hmmm, can you configure lib/log4j.properties to debug to get more information? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Christian Kölle wrote: Marc Guillemot wrote: can you provide the full stack trace? Hi There is no stack trace. The step silently fails. Here's the

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-15 Thread Marc Guillemot
Hi, can you provide the full stack trace? Cheers, Marc. -- Blog: http://mguillem.wordpress.com Christian Kölle wrote: Hi I have a strange problem with setting radio buttons in my test. After the step the radio button sometimes is set correctly and sometimes not. I wasn't able to find