0 Replies Latest reply on Jun 17, 2010 9:13 AM by ajanz

    selenium tests and embedded jboss

    ajanz
      hi,

      i developed some tests for my appication with selenium. now i want to run them in the test ant task generated by seamgen. i generate a java class from my seleniumtest. but should this work?

      the following codes fails with http 404

                Selenium selenium = new DefaultSelenium("localhost",4444,  "*firefox3 d:/firefox/firefox.exe","http://localhost:8080");
                selenium.start();

                selenium.open("/myapp/login.seam");