前言 用appium切换webview的时候报chrome和chromedriver版本的问题:session not created exception: Chrome version must be >= 58.0.3029.0(Driver info: chromedriver=2.30.477700 ) 运行环境:android 7.0appium 1.7.1appium里面chromedriver 2.28webview版本 57.0 遇到问题 1.当执行switch_to.conte
报错信息 selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Failed to start Chromedriver session: A new session could not be created. (Original error: session not cr
在实际开发过程中,可能由于项目的需要,我们需要更换 JDK 的版本.但是更换后会报错,如下: Java compiler level does not match the version of the installed Java project facet. 解决办法: 第一步:设置 eclipse JDK 版本 Windows---->Preferences---->Java---->Installed JREs 第二步:设置 JDK 编译版本 Windows---->Pref