简体   繁体   中英

The splinter Browser in Python cannot work

This is the sample code:

from splinter import Browser

b = Browser()

However I got the error as below: 在此处输入图片说明

查看错误的最后一行,似乎需要将“ geckodriver”添加到您的PATH中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM