作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在通过 Ruby - Watir webdriver 连接到 Tor 时遇到问题。
我使用 Tor 浏览器捆绑包。问题是当我尝试通过 Watir (Selenium) 连接时,我似乎无法打开 Tor 而不是常规的 Firefox。
看着类似的问题,我尝试了以下方法:
require 'watir-webdriver'
profile = Selenium::WebDriver::Firefox::Profile.new
profile['network.proxy.socks'] = '127.0.0.1' #the proxy tor uses
profile['network.proxy.socks_port'] = 9150 #I cannot use 9050, 9150 works when I use Tor
profile['network.proxy.type'] = 1
browser = Watir::Browser.new :firefox, :profile => profile
browser.goto [an .onion website]
最佳答案
答案:
首先,打开 Tor 浏览器(它需要已经运行)。
然后,在您的代码中,确保简单地从以下内容开始:
Selenium::WebDriver::Firefox::Binary.path='{location of start_tor_browser*}'
browser = Watir::Browser.new :firefox
关于firefox - 无法通过 Watir 连接到 Tor-Firefox,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24305345/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!