我有一个存储在磁盘上的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