来自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
答案 0 :(得分:1)
我需要使用命令行在firefox上启用木偶功能:
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -marionette
https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Builds