basic.py 文件源码

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

项目:Malwr 作者: ydc1992 项目源码 文件源码
def get_cookie():
        loginurl = 'https://malwr.com/account/login/'
        driver = webdriver.Ie()
        driver.get(loginurl)

        WebDriverWait(driver,3).until(lambda x:x.find_element_by_link_text('Logout'))
        cookies = driver.get_cookies()
        driver.close()
        return cookies
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号