美文网首页
1 dispose verification code pict

1 dispose verification code pict

作者: 初见_0308 | 来源:发表于2019-06-27 16:51 被阅读0次

    '''

    1 Verification code recognition technology

        python-tesseract

    2 add_cookie()

    '''

    from selenium import webdriver

    driver=webdriver.Firefox()

    driver.get('http://www.xx.com')

    #write username and password into  the cookie

    driver.add_cookie({'name':'login_username','value':'username'})

    driver.add_cookie({'name':'login_password','value':'password'})

    #visit 'www.xx.com' again

    driver.get('http://www.xx.com')

    #...

    driver.quit()

    相关文章

      网友评论

          本文标题:1 dispose verification code pict

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