2 Replies Latest reply on Mar 3, 2008 7:57 PM by nbelaevski

    Selenium & Default Namespaces

    kotlusa

      Hello,

      I have an application that was written with Seam 2.0 + IceFaces and recently migrated from IceFaces to RichFaces. All in all, I'm much happier with RichFaces (some better components, performance, etc).

      The problem that I am having is that most of my selenium tests don't work anymore. Specifically, any XPath locators don't work because they can't handle the default namespace (in bold):

      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

      Is there anyway to stop the default namespace from being put in the html?

      Thank you,
      Austin