美文网首页我爱编程
在Python中给phantomjs设置代理

在Python中给phantomjs设置代理

作者: 止念观息 | 来源:发表于2016-11-15 17:13 被阅读487次

    service_args = [ '--proxy=127.0.0.1:9999', '--proxy-type=socks5', ] browser = webdriver.PhantomJS('../path_to/phantomjs',service_args=service_args)

    相关文章

      网友评论

        本文标题:在Python中给phantomjs设置代理

        本文链接:https://www.haomeiwen.com/subject/qhklpttx.html