Hi Marta, I get the same error, "no element found with xpath "//[EMAIL PROTECTED]'results']". Any other ideas? Thank you!
~Lily ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marta Ceprini Sent: Wednesday, September 17, 2008 4:53 AM To: [email protected]; Soula, William Subject: Re: [Webtest] Ajax DWR and pagination Hi, try to use just //[EMAIL PROTECTED]'results'] as xpath... Hope this help, regards. 2008/9/15 Soula, William <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> I have a webpage that loads data using pagination. There is a drop down that is used to display the number of rows you want to see. If I use the IE developer toolbar I can see that the id for the drop down is 'results' but when I try to attach to the drop down using webtest it is not found. I even tried just verifying the xpath using xpath="//[EMAIL PROTECTED]'results']" and xpath="//[EMAIL PROTECTED]'results']" and it can't find it. Has anyone had this problem? Does anyone have any ideas? The code that inserts the pagination is below: //<![CDATA[ jsInsert("/js/dynamic_list.js", function(){ setTimeout(function(){ replaceIcon("branchesTable_name", "asc"); regulateSort(document.getElementById("branchesTable"), true, "branchesTable_name", "asc"); }, 100); }); //]]>

