1 Reply Latest reply on Feb 6, 2008 4:33 AM by matze.imhof

    Test rich:tree UI with Selenium

    matze.imhof

      Hi all,

      I use Selenium to test my UI. It work fine with IE, even ajax request with waitForCondition can be tested (only with IE, it does not work with Firefox so I cannot use it for my tests). But there are problems even with IE ...

      In the UI I use a lot of rich:trees but I can't select any nodes of them by selenium. I tried mouseDown (which works in Firefox), mouseUp, click, keyDown("\13").

      Can anybody help me with this problem ?

      Greeting
      Matze