这个来自http://marionette-client.readthedocs.org/en/latest/的木偶中的简单脚本无法连接(连接被拒绝而失败)
from marionette import Marionette
client = Marionette(host='localhost', port=2828)
client.start_session()
我已经尝试localhost
用“127.0.0.1”和其他端口替换,但得到了相同的结果。
我正在使用 Windows 8.1
错误:
socket.error: [Errno 10061] No se puede establecer una conexión ya que el equipo
de destino denegó expresamente dicha conexión