Appium Error : A new session could not be created. (Original error: Did not get session redirect from Chromedriver)

前端 未结 5 2106
不知归路
不知归路 2021-02-06 01:59

I am trying to run my first test through Appium and getting the below error.

org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Orig         


        
5条回答
  •  Happy的楠姐
    2021-02-06 02:06

    Try running after commenting below statement

     capabilities.setCapability("platformVersion", "4.4.2"); 
    

提交回复
热议问题