bing_automater.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:BingAutomater 作者: sohail288 项目源码 文件源码
def setup_mobile_profile():
    """ Sets up a profile to use with driver, returns profile"""
    prof = webdriver.FirefoxProfile()
    ua_string = MOBILE_UA
    prof.set_preference("general.useragent.override", ua_string)
    prof.set_preference("dom.max_chrome_script_run_time", 0)
    prof.set_preference("dom.max_script_run_time", 0)
    prof.set_preference('dom.ipc.plugins.enabled.libflashplayer.so',
                                      'false')
    return prof
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号