为什么我的sahi控制器没有出现?

时间:2011-06-13 09:20:51

标签: controller sahi

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

2 个答案:

答案 0 :(得分:2)

对我来说也没有用,尽管有工作代理(sahi的javascript beeing注入页面)。可能是因为 alt + drag与我的Windows管理器中的移动窗口绑定。

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

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

如果代理无效,那将显示错误消息。

答案 1 :(得分:1)

只有在Sahi代理修改了网页时,控制器才会出现。

尝试以下方法:

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

OR

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. 
相关问题