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);
});

//]]>

Reply via email to