java.lang.AbstractMethodError: com.unitedinternet.portal.selenium.utils.logging.LoggingCommandProcessor.getRemoteControlServerLocation()Ljava/lang/String;
at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:86)
at com.conn.coi.regression.logging.LoggingSeleniumSuccessSample.setUp(LoggingSeleniumSuccessSample.java:84)
I use
LoggingSelenium Version: 1.2
and
selenium.client-drivers version 1.0-beta-2.
Any suggestion?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try "sample successful report" - http://loggingselenium.sourceforge.net/samples/sampleResultSuccess.html
I got a error:
java.lang.AbstractMethodError: com.unitedinternet.portal.selenium.utils.logging.LoggingCommandProcessor.getRemoteControlServerLocation()Ljava/lang/String;
at com.thoughtworks.selenium.DefaultSelenium.start(DefaultSelenium.java:86)
at com.conn.coi.regression.logging.LoggingSeleniumSuccessSample.setUp(LoggingSeleniumSuccessSample.java:84)
I use
LoggingSelenium Version: 1.2
and
selenium.client-drivers version 1.0-beta-2.
Any suggestion?
LoggingSelenium 1.2 is build with Selenium 1.0-beta-1.
There is work to do to have it compile with 1.0-beta-2
Though LoggingSelenium 1.2 works with Selenium-RC 1.0-beta-2