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

前端 未结 5 1539
离开以前
离开以前 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 17:58

    I ran into this too. I changed to the following and it went away.

    
      org.seleniumhq.selenium
      selenium-server
      4.0.0-alpha-2
    
    
    
        
            io.appium
            java-client
            6.1.0
            provided
        
    

提交回复
热议问题