java.lang.NoClassDefFoundError: org/openqa/selenium/remote/SessionNotFoundException

前端 未结 5 1508
离开以前
离开以前 2021-01-13 17:34

I am using Firefox 45.0 and Dependency added in pom.xml is selenium-firefox-driver 2.53.0.

java.lang.NoClassDefFoundError: org/open         


        
5条回答
  •  执笔经年
    2021-01-13 18:09

    This happened with me while trying to update to remote driver to 3.0.1 from 2.53.1. I just reverted it back to 2.53.1 and it went away

    
    org.seleniumhq.selenium
    selenium-remote-driver
    2.53.1
    
    

提交回复
热议问题