使用Python和Splinter打开了chrome没有动态提示是怎么回事

没有像图片这样的提示,初学python遇到各种问题,拜托大佬解答,非常感谢
已解决

a.看chrome版本。
b.看版本对应的驱动:http://blog.csdn.net/huilan_same/article/details/51896672
c.下载驱动(国内镜像):http://npm.taobao.org/mirrors/chromedriver/
d.配置chromedriver地址到环境变量。或者把chromedriver.exe放到python下的Scripts文件夹下。
e.重启python交互窗口,重新执行代码。
温馨提示:答案为网友推荐,仅供参考