I am getting different results for the same locator. For example
//table[@id='foo']
returns true when testing ElementPresent, but returns 0 for XpathCount. In Selenium v1.0.10 IDE the Find button highlights the correct element for both functions. Any ideas on what could be causing this?
Notes:
- We have frames on the page EDIT: This is probably the problem. Bounty to verification.
- There are many tables on the page, but only one with @id of "foo"
- Firefox 3.6
- Happens in both IDE and Java RC

ElementPresentelement to be referred to in the XPath expression. What are these "both functions"? You have me completely confused here! – Dimitre Novatchev Feb 10 '11 at 20:44ElementPresentandXpathCountfunctions are Selenium functions. – Adam Feb 10 '11 at 20:57