Same problem again now the images are in a flickr account I created for this: http://www.flickr.com/photos/[EMAIL PROTECTED]/2845700355/ and http://www.flickr.com/photos/[EMAIL PROTECTED]/2846534450/
________________________________ From: Soula, William Sent: Wednesday, September 10, 2008 1:22 PM To: '[email protected]' Subject: Re: [Webtest] Webtest and AJAX Last attempt got filtered out for being too big. I deleted some of the response below and am trying again. ________________________________ From: Soula, William Sent: Wednesday, September 10, 2008 1:14 PM To: 'Harman Birdi'; '[email protected]' Subject: RE: [Webtest] Webtest and AJAX I'm kinda busy, any help here list? ________________________________ From: Harman Birdi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 12:33 PM To: Soula, William Subject: Re: [Webtest] Webtest and AJAX William - Could you please let me know in what situation you had to use XPath? For me, I have a input field which gets a dynamic dropdown values as I type (AJAX with XMLHttpRequest and XMLResponseText), which I can select. I can see with Firebug that the following is happening, but how do I get the value that I want to select for the input field. The place where it shows "Elma Axtell" is where I am typing and it retrieves all the possible values using Ajax dynamically. The XPath expression to the left shows the possible choices. How do I narrow it to the one I want to pick since there are no attributes there that I can use. You can see that in the HTML of the Firebug window. Once I select the value here, the hidden field associated with the input field gets the id of the selected value. I would really appreciate it if you could point me to the right direction. I have attached couple of snapshots of the application, so you know what I am referring to. Thanks, --Harman On Wed, Sep 10, 2008 at 10:05 AM, Soula, William <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: You can use xpather to find xpaths (it is a firefox extension) although I generally don't like them as they are absolute xpaths instead of relative, which is more robust. I got most of my XPath knowledge from this site: http://www.w3schools.com/xpath/default.asp XPath is very powerful and has gotten me out of a lot of situations.

