[JWebUnit-development] JwebUnit-Help needed

2009-12-03 Thread Singh-2, Rajinder
Hi, I have a dropdown box for which i only have the id attribute present.Name of select box is not present. How can i select a particular value in this dropdown using JwebUnit .I cannot use selectOption method as it takes name of dropdown box as parameter. Please help. Regards Rajinder -

[JWebUnit-development] JwebUnit help needed

2009-12-03 Thread Singh-2, Rajinder
Hi, I have a dropdown box for which i only have the id attribute present.Name of select box is not present. How can i select a particular value in this dropdown using JwebUnit .I cannot use selectOption method as it takes name of dropdown box as parameter. Please help. Regards Rajinder -

[JWebUnit-development] JwebUnit Help Needed

2009-10-13 Thread Singh-2, Rajinder
Hi, When i click on particular link a pdf files opens i want to check some text on that pdf file using JwebUnit. How can in do this? Please help. Regards Rajinder -- Come build with us! The BlackBerry(R) Developer Conf

[JWebUnit-development] JwebUnit Help Needed

2009-10-13 Thread Singh-2, Rajinder
Hi, When i click on particular link a pdf files opens i want to check some text on that pdf file using JwebUnit. How can in do this? Please help. Regards Rajinder -- Come build with us! The BlackBerry(R) Developer Con

Re: [JWebUnit-development] JwebUnit Help Needed

2009-10-13 Thread Jevon Wright
Hi, JWebUnit can't read PDF files, so you will need to install some sort of PDF reader, and provide it the PDF download as input for the reader. You could then use the PDF reader to check that certain text exists. Jevon On Tue, Oct 13, 2009 at 9:54 PM, Singh-2, Rajinder wrote: > Hi, > > When i

[JWebUnit-development] JwebUnit Help needed

2009-08-26 Thread Singh-2, Rajinder
Hi, I want to check if the text exists to right of particular image or not how can I check this in JWebUnit? Html code is something like this text text text. How can I check that text is on right of aaa.gif image Regards Rajinder ---

Re: [JWebUnit-development] JwebUnit-Help Needed

2009-08-20 Thread Jevon Wright
From: Jevon Wright [mailto:[email protected]] > Sent: Fri 8/21/2009 10:28 AM > To: JWebUnit Development mail list > Subject: Re: [JWebUnit-development] JwebUnit-Help Needed > > Hi, > > It sounds like you are using a tag that isn't in the > block, and as a result, all the U

Re: [JWebUnit-development] JwebUnit-Help Needed

2009-08-20 Thread Singh-2, Rajinder
Message- From: Jevon Wright [mailto:[email protected]] Sent: Fri 8/21/2009 10:28 AM To: JWebUnit Development mail list Subject: Re: [JWebUnit-development] JwebUnit-Help Needed Hi, It sounds like you are using a tag that isn't in the block, and as a result, all the URLs in your page are pointi

Re: [JWebUnit-development] JwebUnit-Help Needed

2009-08-20 Thread Jevon Wright
Hi, It sounds like you are using a tag that isn't in the block, and as a result, all the URLs in your page are pointing to the wrong base address. Can you move the tag into the block of your source HTML? Jevon On Fri, Aug 21, 2009 at 4:45 PM, Singh-2, Rajinder wrote: > > Hi, > > Whenever I t

[JWebUnit-development] JwebUnit-Help Needed

2009-08-20 Thread Singh-2, Rajinder
Hi, Whenever I try to click a button on the page using Jwebunit its takes me to some wrong page. On the console it gives me warning message ‘WARN - Element 'base' must appear in , it is ignored. -com.gargoylesoftware.htmlunit.html.HtmlPage ’ How can I correct this issue. Please help Its ur

Re: [JWebUnit-development] JwebUnit-Help needed

2009-07-17 Thread Jevon Wright
July 09, 2009 1:56 PM > *To:* JWebUnit Development mail list > *Subject:* Re: [JWebUnit-development] JwebUnit-Help needed > > > > Hi, > > If you have an IElement e, you can get the text content (if any) by > selecting e.getTextContent() : > http://jwebunit.sourceforg

[JWebUnit-development] JwebUnit-Help needed

2009-07-16 Thread Singh-2, Rajinder
Subject: Re: [JWebUnit-development] JwebUnit-Help needed Hi, If you have an IElement e, you can get the text content (if any) by selecting e.getTextContent() : http://jwebunit.sourceforge.net/apidocs/net/sourceforge/jwebunit/api/IElement.html Jevon On Thu, Jul 9, 2009 at 8:00 PM, Singh-2

Re: [JWebUnit-development] JwebUnit-Help needed

2009-07-09 Thread Singh-2, Rajinder
Thanks jevon, It worked with e.getTextContent(). Regards Rajinder From: Jevon Wright [mailto:[email protected]] Sent: Thursday, July 09, 2009 1:56 PM To: JWebUnit Development mail list Subject: Re: [JWebUnit-development] JwebUnit-Help needed Hi

Re: [JWebUnit-development] JwebUnit-Help needed

2009-07-09 Thread Jevon Wright
> Rajinder > > > -- > > *From:* Julien HENRY [mailto:[email protected]] > *Sent:* Monday, July 06, 2009 3:36 PM > *To:* JWebUnit Development mail list > *Subject:* [JWebUnit-development] Re : JwebUnit-Help needed > > > > Hi, > &g

[JWebUnit-development] JwebUnit-Help needed

2009-07-09 Thread Singh-2, Rajinder
_ De : "Singh-2, Rajinder" À : [email protected] Envoyé le : Lundi, 6 Juillet 2009, 11h44mn 56s Objet : [JWebUnit-development] JwebUnit-Help needed Hi, I have two delete buttons with same value there is no name attribute present. Only difference between two is

[JWebUnit-development] JwebUnit-Help needed

2009-07-06 Thread Singh-2, Rajinder
Hi, I have two delete buttons with same value there is no name attribute present. Only difference between two is that there onclick function is different. Is there any method by which I can click the second button? Regards Rajinder Singh Senior Consultant Seasia Consulting

Re: [JWebUnit-development] JWebUnit-Help Needed

2009-06-09 Thread Jevon Wright
02, 2009 12:13 PM > *To:* [email protected] > *Subject:* [JWebUnit-development] JWebUnit-Help Needed > > > > Hi, > > > > I want to click an Image in form on my HTML page > > > > ** > > * * > > I tried using > >

[JWebUnit-development] JWebUnit-Help Needed

2009-06-09 Thread Singh-2, Rajinder
-development] JWebUnit-Help Needed Hi, I want to click an Image in form on my HTML page I tried using clickElementByXPath("//inp...@type='Image' and @NAME='submit']"); But I am unable to click this image in JWebUnit. Please help its urgen

[JWebUnit-development] JWebUnit-Help Needed

2009-06-01 Thread Singh-2, Rajinder
Hi, I want to click an Image in form on my HTML page I tried using clickElementByXPath("//inp...@type='Image' and @NAME='submit']"); But I am unable to click this image in JWebUnit. Please help its urgent. Regards Rajinder Singh