无法在Selenium中打开磁盘上的文件

时间:2015-12-16 08:52:09

标签: python selenium

我有一个存储在磁盘上的html文件。我想用Selenium打开它。但是这段代码抛出异常:

driver.get("file:///home/me123/file1.html")

firefox驱动程序的错误:

File "/usr/lib/python3.4/socket.py", line 503, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

0 个答案:

没有答案