2

我刚刚安装了 Sahi,但我似乎无法弄清楚为什么我无法启动控制器。我尝试使用 Alt 并双击。有什么建议么?

4

2 回答 2

2

只有当网页已被 Sahi 代理修改时,控制器才会出现。

尝试以下操作:

Refresh the browser and check
Force Reload (override cache),
Firefox: Ctrl+F5 or Ctrl+Shift+R Internet Explorer: Ctrl + F5

或者

Clear the browser cache manually and reload.

Make sure popup blockers are turned off.

If you are surfing the intranet on IE:
Go to Tools -> Internet Options -> Connections -> LAN Settings. There, make sure that “Bypass proxy for local addresses” is unchecked.

If you are surfing an https site, make sure that the proxy is configured for SSL/HTTPS on your browser. Also have a look at https/ssl sites do not work properly

If using Internet Explorer 7 (or higher), surfing to http://localhost:port and http://127.0.0.1:port may bypass Sahi. Try using your machine name instead of localhost. 
于 2011-06-15T16:49:59.257 回答
2

尽管代理工作(sahi 的 javascript beeing 注入页面),但对我也不起作用。可能那是因为alt+drag 与我的窗口管理器中的移动窗口有关。

您可以尝试手动打开 sahi 控制器窗口。在地址栏中输入:

javascript:window._sahi?window._sahi.openWin():alert('Sashi seems to be absent.');

如果代理不起作用,这将显示错误消息。

于 2012-02-26T17:09:16.447 回答