Re: Selenium Problem

2011-05-11 Thread rawe
Thank you for your hint! It's working if I explecitly set the ID to DropDownChoice component foo.setMarkupId("fooId"); Thanks! Ralph -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Selenium-Problem-tp3514063p3514214.html Sent from the Users forum mailing list archiv

Re: Selenium Problem

2011-05-11 Thread Martin Grigorov
The id is automatically generated by Wicket. Either stick to @wicketpath for all selectors or user setMarkupId("somethingStable") On Wed, May 11, 2011 at 9:39 AM, rawe wrote: > I'm trying to do functional tests using Selenium IDE. > > I did > getDebugSettings().setOutputComponentPath(true); > > t