模拟登录知乎selenium在python中

Posted lin1318

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模拟登录知乎selenium在python中相关的知识,希望对你有一定的参考价值。


from
selenium import webdriver from scrapy.selector import Selector browser = webdriver.Chrome(executable_path="D:/Temp/chromedriver.exe") # browser.get("https://www.zhihu.com/signup?next=%2F") browser.get("https://www.zhihu.com/signin") browser.find_element_by_css_selector(".SignFlow-accountInput.Input-wrapper input").send_keys("账号") browser.find_element_by_css_selector(".SignFlow-password input").send_keys("密码") browser.find_element_by_css_selector(".Button.SignFlow-submitButton").click() print(browser.page_source)
要注意chromedriver.exe 的版本:https://sites.google.com/a/chromium.org/chromedriver/downloads







以上是关于模拟登录知乎selenium在python中的主要内容,如果未能解决你的问题,请参考以下文章

使用selenium模拟登录知乎

Python爬虫 —— 知乎之selenium模拟登陆+requests.Session()获取cookies

Python模拟登陆万能法-微博|知乎

Python3 使用selenium库登陆知乎并保存cookie为本地文件

python爬虫--模拟登录知乎

python_模拟登录知乎