Tried to execute the driven selenium method - java as the driver. Thank's to Paul Hammant's great example, I was able to execute the driver that drives selenium (although not entirely successful). The problem I have is with "selenium.open" command, when this is executed, the AUT did redirect the correct url, but after the server stops, stack trace error is reported (in junit fashion). The problem was in the SingleEntryAsyncQueue file, the SeleniumCommandTimedOut Exception was cought. The reply-request method suggest continuous requests to the driver/server, but after selenium.complete and server.stop is invoked seems like there's still threads cought in the loop? (eg: selenium.setContext doesn't produce any error)
 
thx in advance,
crue

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to