Greetings, I've been trying to get your demo application up and running using IntelliJ 10.5, Java 7 on Windows XP (yes I know, the organisation I just started working for are running some old stuff on their standard machines). Everything seems to build ok via Maven, but when tests are about to run it just hangs after printing out the following:
Parse configuration file: TelluriumConfig.groovy Configure UI Object Builders using configuration file Configure widget modules using configuration file Configure event handler using configuration file Configure data accessor using configuration file Configure dispatcher using configuration file Configure Embedded Selenium Server using configuration file Warning: No user-extensions.js found! 09:06:34.727 INFO - Java: Oracle Corporation 21.0-b17 09:06:34.727 INFO - OS: Windows XP 5.1 x86 09:06:34.742 INFO - v1.0.1 [2697], with Core v@VERSION@ [@REVISION@] 09:06:34.789 INFO - Version Jetty/5.1.x 09:06:34.789 INFO - Started HttpContext[/selenium-server/driver,/ selenium-server/driver] 09:06:34.789 INFO - Started HttpContext[/selenium-server,/selenium- server] 09:06:34.789 INFO - Started HttpContext[/,/] 09:06:34.789 INFO - Started SocketListener on 0.0.0.0:4444 09:06:34.789 INFO - Started org.mortbay.jetty.Server@cf9a33 Configure Selenium Client using configuration file 09:06:39.821 INFO - Contacting Selenium RC at localhost:4444 09:06:39.867 INFO - Checking Resource aliases 09:06:39.867 INFO - Command request: getNewBrowserSession[*chrome, http://www.google.com, ] on session null 09:06:39.867 INFO - creating new remote session 09:06:39.992 INFO - Allocated session 1801289e04794cec992d053ab239e611 for http://www.google.com, launching... 09:06:40.055 INFO - Preparing Firefox profile... I can see that the Selenium server seems to be listening on port 4444. I changed the baseURL from 127.0.0.1:8080 to www.google.com, as that's where we're going to test things, right? The firefox process starts, but nothing else happens. The installed Firefox is version 5.01, and works just browsing normally. After stopping running the test inside IntelliJ, the Firefox process remains so I have to kill it manually. Any idea what I could be doing wrong? Thanks in advance for any pointers. -- 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.
