问题一:RobotFramework RIDE在运行测试用例时没法打开谷歌浏览器,缘由是一、安装ride时没有安装chromedriver驱动 二、驱动版本与本机浏览器不兼容html
解决方法:在python27下面把下载好的驱动复制进去便可。python
全部chromedriver版本号都可在下面连接中下载到:chrome
http://chromedriver.storage.googleapis.com/index.htmlapi
下载与本身浏览器版本对应的chromedriver版本,将chromedriver.exe插件放到python目录下便可 ( IE 的驱动为:IEDriverServer.exe)浏览器
问题二:ride报 Automatically parsing other than '*.robot' files is deprecated. Convert 'D:\Pythonp\Robot Framework\ide
缘由:套件文件格式不对,在suite上右击选中change formate →选择robot 便可测试