When I try to run the LoggingSeleniumSuccessSample I get an No Class Def found error from the LoggingBean class. It seems that it can't find org.apache.commons.lang.ArrayUtils;
which it tries to import.
Is there someone else who have encountered this and what can I do?
The only thing I get is an empty resultlogfile. The browser opens on the page I have given, but then does no more.
Thankful for any response.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to run the LoggingSeleniumSuccessSample I get an No Class Def found error from the LoggingBean class. It seems that it can't find org.apache.commons.lang.ArrayUtils;
which it tries to import.
Is there someone else who have encountered this and what can I do?
The only thing I get is an empty resultlogfile. The browser opens on the page I have given, but then does no more.
Thankful for any response.
You need commons-lang 2.3 on your classpath as LoggingSelenium depends on it.