java.lang.NoClassDefFoundError: org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec

后端 未结 3 893
旧时难觅i
旧时难觅i 2021-01-22 02:44

I\'m beginner in this, so be patient :) I try to launch simple test and have a problem caused by: java.lang.ClassNotFoundException: org.openqa.selenium.remote.codec.w3c.W3CHttp

3条回答
  •  星月不相逢
    2021-01-22 03:03

    You may get this exception when you update one dependency. For example: Appium java client to latest but the dependent Selenium Java dependencies are not updated to latest then you might expect this issue. So look at your Maven dependencies of related ones.

提交回复
热议问题