Re: [JWebUnit-users] clickElementByXPath failing

2012-09-01 Thread Julien HENRY
rham, Clinton" > À : Julien HENRY ; Usage problems for JWebUnit > > Cc : > Envoyé le : Vendredi 24 août 2012 2h41 > Objet : RE: [JWebUnit-users] clickElementByXPath failing > >T hank you for investigating and identifying the problem. > > We will proceed wi

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-23 Thread Parham, Clinton
/tracker/?func=detail&aid=3560821&group_id=47038&atid=448266 > > De : Julien HENRY >À : Usage problems for JWebUnit >Envoyé le : Mercredi 22 août 2012 9h13 >Objet : Re: [JWebUnit-users] clickElementByXPath

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-22 Thread jevon
o drop it). The valid characters for an ID attribute in HTML 4.01 >>>are /[a-z][a-z0-9:-_\.]*/i, so it's not that the id attribute is >>>incorrect - likewise, s are allowed in HTML 4.01 to have id >>>attributes. >>> >>>In fact, *none* of the elemen

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-22 Thread Julien HENRY
id=3560821&group_id=47038&atid=448266 > > De : Julien HENRY >À : Usage problems for JWebUnit >Envoyé le : Mercredi 22 août 2012 9h13 >Objet : Re: [JWebUnit-users] clickElementByXPath failing > >Hi guys, > >Jevon, in the same file I see: >

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-22 Thread Julien HENRY
d create a test case it would be possible to investigate. Regards, Julien > > De : jevon >À : Usage problems for JWebUnit >Envoyé le : Mercredi 22 août 2012 4h44 >Objet : Re: [JWebUnit-users] clickElementByXPath failing > >Hi

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-21 Thread jevon
> > -Original Message- > From: Julien HENRY [mailto:henr...@yahoo.fr] > Sent: Friday, August 17, 2012 3:25 AM > To: Usage problems for JWebUnit > Subject: Re: [JWebUnit-users] clickElementByXPath failing > > Hi, > > I've just tested to locate a tr element b

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-17 Thread Julien HENRY
Clinton" > À : Usage problems for JWebUnit > Cc : > Envoyé le : Vendredi 17 août 2012 4h57 > Objet : Re: [JWebUnit-users] clickElementByXPath failing > > When executing getElementsByXPath("//tr") I get back 88 matches. > > But it gets more interesting: >

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-16 Thread Parham, Clinton
"tr": [IElement[name=tr wrapped=HtmlTableRow[]]] I would expect consistent results when calling both of these getElementsByXPath methods. What's going on? Thanks. -Original Message- From: jevon [mailto:je...@jevon.org] Sent: Thursday, August 16, 2012 8:56 PM To: Usage pro

Re: [JWebUnit-users] clickElementByXPath failing

2012-08-16 Thread jevon
Hi, I can't look at the JWebUnit source right now, but it sounds like getPageSource() just dumps out the original source of the page, i.e. without Javascript DOM modifications, whereas page.asXml() dumps the runtime content of the page itself, i.e. after Javascript/AJAX has modified the page. Or p