Hi Jian
  I have a slightly strange situation . I have a set of pages that has a
mixture of xhtml and xforms elements.  Some pages have only xhtml elements

  I have a top menu that appears on all pages.  If the menu appears on a
pure xhtml page then the element in the menu is located while if the menu
appears on a mixed page then I am not able to locate that element

   I coded this test in Selenium and that is able to locate the element. I
tried adding namespace to the xhtml element and a corresponding
registernamespace but that too does not work (this is strange . is this a
selenium bug ? )

This is the xpath that is getting generated
descendant-or-self::xhtml:d...@id='topnav']/descendant-or-self::xhtml:a[contains(@href,'create')]";

Any ideas what could be possibly wrong ?

Re

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to