Does anyone use JBehave with selenium 3.0? it looks like upgrade selenium 
version to 3.0 caused JBehave stops working.
All troubles are about "java.lang.NoClassDefFoundError: 
com/thoughtworks/selenium/condition/ConditionRunner", it seems this class 
has been removed on selenium 3.0.
Is there any workAround ?

(for example it is used on:

package org.jbehave.web.selenium;

    public SeleniumPage(Selenium selenium, ConditionRunner conditionRunner) 
{
        this.selenium = selenium;
        this.conditionRunner = conditionRunner;
    }

-- 
You received this message because you are subscribed to the Google Groups 
"JBehave User" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbehave-user+unsubscr...@googlegroups.com.
To post to this group, send an email to jbehave-user@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/jbehave-user/0031e8f8-48cc-49eb-b0f7-9cdbad7b4c13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to