0 Replies Latest reply on Jan 9, 2008 11:18 PM by yibodai2007

    The same tree node name in rich:tree, commandLink Id can be

    yibodai2007

      In our web application, we met a problem when we test click the tree note by selenium. Selenium test can not find the id of the tree node if the same name of the tree node has been used in the tree.
      e.g
      1-|
      -New
      -Search
      2-|
      -New
      -Search

      I think the root reason is that:the tree node have the same name. so the first one can get the id by name, the other one will generate id automatic. but the id is dynamic, we can not use it in selenium test.

      do you have a good suggestion for it?